项目列表样式调整

This commit is contained in:
zhaoxiao
2021-12-17 20:34:44 +08:00
parent 80c9de0ee6
commit 40246c8823
+2
View File
@@ -121,12 +121,14 @@ export default {
title: '缴费凭证状态',
dataIndex: 'paymentStatus_dictText',
align: 'center',
width: 180,
scopedSlots: { customRender: 'text' }
}, {
title: '操作',
dataIndex: 'action',
align: 'center',
fixed: 'right',
width: 160,
scopedSlots: { customRender: 'action' }
}
],