Commit df6fe5ee authored by wangqinghua's avatar wangqinghua

配置菜单栏

parent 5950fc3d
......@@ -59,25 +59,21 @@
<th>费用名称</th>
<th>填报时间</th>
<th>填报人</th>
<th>总金额</th>
<th>费用说明</th>
<th>总费用</th>
<th>备件采购</th>
<th nzWidth="15%">委外费用</th>
<th>其他费用</th>
<th>关联事件</th>
<th style="text-align: center">操作</th>
</tr>
</thead>
<tbody>
<tr *ngFor="let data of nzTable.data">
<td class="round-tag tag-form">
{{data.name}}
</td>
<td>
{{data.time | date:'yyyy-MM-dd HH:mm:ss'}}
</td>
<td class="round-tag tag-form">{{data.name}}</td>
<td>{{data.time | date:'yyyy-MM-dd HH:mm:ss'}}</td>
<td>{{data.people}}</td>
<td>{{data.costdescribe}}</td>
<td>{{data.total}}</td>
<td>{{data.typeName}}</td>
<td>{{data.outsourcingmoney}}</td>
<td>{{data.othermoney}}</td>
<td>{{data.othermoney}}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment