全局替换终端
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<TableHeader datePicker ref="TableHeaderRef">
|
||||
<template #select>
|
||||
<el-form-item label="审核状态">
|
||||
<el-select v-model="tableStore.table.params.status" clearable placeholder="请选择审核状态">
|
||||
<el-form-item label="流程状态">
|
||||
<el-select v-model="tableStore.table.params.status" clearable placeholder="请选择流程状态">
|
||||
<el-option
|
||||
v-for="item in statusSelect"
|
||||
:key="item.id"
|
||||
@@ -80,7 +80,7 @@ const tableStore = new TableStore({
|
||||
{ field: 'issueDetail', title: '告警内容', minWidth: '150' },
|
||||
{
|
||||
field: 'status',
|
||||
title: '审核状态',
|
||||
title: '流程状态',
|
||||
minWidth: '150',
|
||||
render: 'tag',
|
||||
custom: {
|
||||
@@ -95,7 +95,7 @@ const tableStore = new TableStore({
|
||||
2: '审批通过',
|
||||
3: '审批不通过',
|
||||
4: '已取消',
|
||||
5: '待反馈'
|
||||
5: '新增'
|
||||
}
|
||||
},
|
||||
{ field: 'createTime', title: '创建时间', minWidth: '150' },
|
||||
|
||||
@@ -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