|
|
|
@ -90,6 +90,10 @@
|
|
|
|
|
|
|
|
|
|
<table class="layui-table" id="myTable"></table>
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="qyrqTpl">
|
|
|
|
|
{{ d.qiyongriqi == '1900-01-01' ? '' : d.qiyongriqi }}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="table-bar">
|
|
|
|
|
|
|
|
|
@ -138,7 +142,7 @@
|
|
|
|
|
[
|
|
|
|
|
{ title: '具体装备情况', field: 'jtzbqk', align: 'center', width: "115", rowspan: 2 },
|
|
|
|
|
{ title: '台数', field: 'taishu', align: 'center', width: "60", rowspan: 2 },
|
|
|
|
|
{ title: '启用日期', align: 'center', width: "110", rowspan: 2, templet: '{{= d.qiyongriqi }}' },
|
|
|
|
|
{ title: '启用日期', align: 'center', width: "110", rowspan: 2, templet: '#qyrqTpl' },
|
|
|
|
|
{ title: '正常使用(台)', field: 'zhengchang', align: 'center', width: "110", rowspan: 2 },
|
|
|
|
|
{ title: '待修(台)', field: 'daixiu', align: 'center', width: "90", rowspan: 2 },
|
|
|
|
|
{ title: '在修(台)', field: 'zaixiu', align: 'center', width: "90", rowspan: 2 },
|
|
|
|
|