Skip to content

Commit bb42b74

Browse files
committed
modify jobData and indexNote
1 parent 7a00307 commit bb42b74

3 files changed

Lines changed: 4 additions & 66 deletions

File tree

Libs/Js/services/jobDataService.js

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'2、根据需求文档编写测试计划,设计测试用例;<br />' +
4646
'3、实施软件测试,并对软件问题进行跟踪分析和报告,推动测试中发现问题及时合理解决;<br />' +
4747
'4、提出产品和软件改进需求;<br />' +
48-
'5、.产品说明书编写',
48+
'5、产品说明书编写',
4949
require: '1、能够掌握单机、网络环境下多种体系结构软件的测试;<br />' +
5050
'2、能够在 Linux/Windows 平台上,建立多种体系结构(包括数据库)的软件运行和测试环境;<br />' +
5151
'3、能够掌握软件开发技术并能够编写简单应用程序、测试脚本;<br />' +
@@ -82,34 +82,7 @@
8282
'2、认真仔细,能吃苦耐劳,有较强的责任心;<br />' +
8383
'3、具有较好的协调、沟通能力和团队合作精神;<br />' +
8484
'4、本科学历。'
85-
},
86-
{
87-
id: 5,
88-
name: '商务专员111',
89-
type: '职能类',
90-
number: '1人',
91-
location: '上海',
92-
email: 'rsb@dahuatech.com',
93-
responsibility: '负责销售合同的管理,ERP相关单据的操作',
94-
require: '1、能熟练操作Office办公软件,会操作ERP软件优先;<br />' +
95-
'2、认真仔细,能吃苦耐劳,有较强的责任心;<br />' +
96-
'3、具有较好的协调、沟通能力和团队合作精神;<br />' +
97-
'4、本科学历。'
98-
},
99-
{
100-
id: 5,
101-
name: '商务专员222',
102-
type: '职能类',
103-
number: '1人',
104-
location: '上海',
105-
email: 'rsb@dahuatech.com',
106-
responsibility: '负责销售合同的管理,ERP相关单据的操作',
107-
require: '1、能熟练操作Office办公软件,会操作ERP软件优先;<br />' +
108-
'2、认真仔细,能吃苦耐劳,有较强的责任心;<br />' +
109-
'3、具有较好的协调、沟通能力和团队合作精神;<br />' +
110-
'4、本科学历。'
11185
}
112-
11386
];
11487

11588
return {

Views/joinUs/jobDetail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h3>{{job.name}}</h3><br />
1818
</div>
1919
<div class="col-md-6">
2020
<b>招聘人数:</b>{{job.number}}<br />
21-
<b>电子邮箱:</b>{{job.email}}<br />
21+
<b>电子邮箱:</b><a style="color: #d7000f;" href="mailto:{{job.email}}">{{job.email}}</a><br />
2222
</div>
2323
</div><br />
2424
<div class="row">

Views/main.html

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -60,28 +60,7 @@ <h3 style="margin-top:10px;" class="col-md-6"><i class="fa fa-ellipsis-v fa-marg
6060
<span style="display: block; text-align: center; color: #ffffff;">{{item.name}}</span>
6161
</a>
6262
</div>
63-
<!--<div class="scrollContainer-imgs" style="display: inline; overflow: hidden;">
64-
<a href="{{item.url}}" ng-repeat="item in scrollImgs" data-toggle="tooltip" title="{{item.name}}">
65-
<img ng-src="{{item.img}}" />
66-
<span>{{item.name}}</span>
67-
</a>
68-
</div>-->
69-
<!--<table>
70-
<tr>
71-
<td class="scrollContainer-imgs" ng-repeat="i in [1,2]">
72-
<table>
73-
<tr align="middle">
74-
<td ng-repeat="item in scrollImgs">
75-
<p>
76-
<img ng-src="{{item.img}}" />
77-
</p>
78-
<a>{{item.name}}</a>
79-
</td>
80-
</tr>
81-
</table>
82-
</td>
83-
</tr>
84-
</table>-->
63+
8564
</div>
8665
</div>
8766
</div>
@@ -120,21 +99,7 @@ <h3 style="margin-top:10px;" class="col-md-6"><i class="fa fa-question-circle fa
12099
</div>
121100
</div>
122101
</div>
123-
<!--<div class="col-md-8">
124-
<div class="qaScroll qa-news-zone" id="qaScroll">
125-
<div id="qaScroll{{i}}" ng-repeat="i in [1,2]" on-finish-render="setScroll()">
126-
<dl ng-repeat="qa in qaList">
127-
<dt>
128-
<i class="fa fa-question-circle fa-margin"></i><a ng-href="{{qa.url}}">{{qa.question}}</a>
129-
</dt>
130-
<dd>
131-
<i class="fa fa-quote-left fa-margin"></i>{{qa.answer}}<i class="fa fa-quote-right"></i>
132-
</dd>
133-
</dl>
134-
</div>
135-
136-
</div>
137-
</div>-->
102+
138103
</div>
139104
</div>
140105
<div class="col-md-4">

0 commit comments

Comments
 (0)