优化单据中操作员的展示排版

This commit is contained in:
季圣华
2021-12-13 20:20:24 +08:00
parent bebcc1b758
commit b6dac633ae
19 changed files with 19 additions and 19 deletions

View File

@@ -172,7 +172,7 @@
}
},
{ title: '单据日期', dataIndex: 'operTimeStr',width:145},
{ title: '操作员', dataIndex: 'userName',width:80},
{ title: '操作员', dataIndex: 'userName',width:80, ellipsis:true},
{ title: '金额合计', dataIndex: 'totalPrice',width:80},
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' }