全局替换终端
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user