|
@@ -44,12 +44,7 @@
|
|
|
{field: 'working_time', title: '用工时长', align: 'center'},
|
|
|
{field: 'work_nature', title: '工作性质', align: 'center'},
|
|
|
{field: 'necessary_skills', title: '必备技能', align: 'center'},
|
|
|
- {
|
|
|
- field: 'certificate', title: '证书', align: 'center', templet: function (d) {
|
|
|
- if (!d.certificate) return '';
|
|
|
- return layui.laytpl('<div data-tips-image data-tips-hover class="headimg headimg-xs headimg-no margin-0" data-lazy-src="{{d.certificate}}"></div>').render(d);
|
|
|
- }
|
|
|
- },
|
|
|
+ {field: 'certificate', title: '证书', align: 'center'},
|
|
|
{field: 'remark', title: '备注', align: 'center'},
|
|
|
{field: 'state', title: '状态', align: 'center',templet(d){
|
|
|
if(d.state===1){
|