mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化采购当前处理人显示
This commit is contained in:
parent
64445442c9
commit
2275789d36
@ -68,6 +68,7 @@
|
||||
<th class="text-center">申请时间</th>
|
||||
<th class="text-center">总计价格</th>
|
||||
<th class="text-center">当前处理人</th>
|
||||
<th class="text-center">联系方式</th>
|
||||
<th class="text-center">审批状态</th>
|
||||
<th class="text-right">操作</th>
|
||||
</tr>
|
||||
@ -80,7 +81,8 @@
|
||||
<td class="text-center">{{purchaseApply.resourceNames}}</td>
|
||||
<td class="text-center">{{purchaseApply.createTime}}</td>
|
||||
<td class="text-center">{{purchaseApply.totalPrice}}</td>
|
||||
<td class="text-center">{{purchaseApply.agreeMan}}</td>
|
||||
<td class="text-center">{{purchaseApply.staffName}}</td>
|
||||
<td class="text-center">{{purchaseApply.staffTel}}</td>
|
||||
<td class="text-center">{{purchaseApply.stateName}}</td>
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user