全局替换终端

This commit is contained in:
GGJ
2024-06-13 13:32:50 +08:00
parent d4db10d5ca
commit 2c66e096e7
90 changed files with 1369 additions and 628 deletions

View File

@@ -59,7 +59,7 @@ const tableStore = new TableStore({
},
{ field: 'leafletName', title: '单据名称', minWidth: '150' },
{
field: 'status', title: '审核状态', minWidth: '150',
field: 'status', title: '流程状态', minWidth: '150',
render: 'tag',
custom: {
1: 'primary',
@@ -73,7 +73,7 @@ const tableStore = new TableStore({
2: '审批通过',
3: '审批不通过',
4: '已取消',
5: '待反馈'
5: '新增'
}
},
{ field: 'createTime', title: '创建时间', minWidth: '150' },