main
kgdxpr 2 years ago
parent f90733c03a
commit 0c4c913cc1

@ -37,7 +37,7 @@
<table id="data-table"></table>
<script type="text/html" id="progress-Templet">
{{# if(d.publish_state === 1){ }}
<div class="layui-progress layui-progress-big" lay-filter="fill_progress" lay-showpercent="true">
<div class="layui-progress layui-progress-big" lay-filter="fill_progress" lay-showpercent="true" style="margin-top: 8px;">
<div class="layui-progress-bar" lay-percent="{{= d.fill_progress }}"></div>
</div>
{{# } else { }}
@ -143,19 +143,7 @@
{ title: '发布时间', field: 'publish_time', align: 'center', width: "10%" },
{ title: '截止时间', field: 'deadline_time', align: 'center', width: "10%" },
{ title: '填报格式', field: 'job_type_name', align: 'center', width: "10%" },
<<<<<<< HEAD
{ title: '填报进度', align: 'center', width: "10%", templet: '#progress-Templet' },
=======
{ title: '填报进度', align: 'center', width: "10%", templet: '#progress-Templet' },
{
title: '填报进度', align: 'center', width: "10%", templet: function () {
var html = '<div class="layui-progress layui-progress-big" lay-showPercent="true" lay-filter="rate">';
html += '<div class="layui-progress-bar layui-bg-blue" lay-percent="30%"></div>';
html += '<div>'
return html;
}
},
>>>>>>> 6a420b4234eb8c2394b0960a2ebbd2307150374e
{ title: '填报进度', align: 'center', width: "10%", templet: '#progress-Templet' },
{ title: '保存状态', field: 'is_save_name', align: 'center', width: "8%" },
{ title: '发布状态', field: 'publish_state_name', align: 'center', width: "8%" },
{ title: '操作', align: 'left', width: "18%", toolbar: '#table-bar' }

Loading…
Cancel
Save