main
kgdxpr 2 years ago
parent ddba7b51fe
commit 554eda3e2f

@ -47,12 +47,20 @@
<div class="layui-card-body">
<table id="data-table"></table>
<script type="text/html" id="status-Templet">
{{# if(d.is_finish === 0){ }}
填报
{{# if(d.forward_is_finish === 0){ }}
完成
{{# } else { }}
<span style="color: #16BAAA;">填报</span>
<span style="color: #16BAAA;">完成</span>
{{# } }}
</script>
</script>
<script type="text/html" id="progress-Templet">
{{# if(d.forward_is_finish === 0){ }}
未完成
{{# } else { }}
<span style="color: #16BAAA;">已完成</span>
{{# } }}
</script>
</div>
</div>
@ -120,6 +128,7 @@
{ title: '单位名称', field: 'bureau_name', align: 'center' },
{ title: '完成状态', align: 'center', width: "10%", templet: '#status-Templet' },
{ title: '完成时间', field: 'fill_time', align: 'center', width: "15%" },
{ title: '完成进度', align: 'center', width: "15%", templet: '#progress-Templet' },
{ title: '联系人', field: 'person_name', align: 'center', width: "15%" },
{ title: '电话', field: 'telephone', align: 'center', width: "10%" },
{ title: '邮箱', field: 'email', align: 'center', width: "10%" },

Loading…
Cancel
Save