全局替换终端
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<TableHeader area datePicker ref='TableHeaderRef'>
|
||||
<template v-slot: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'
|
||||
@@ -96,7 +96,7 @@ const tableStore = new TableStore({
|
||||
{ field: 'completeTime', title: '实际完成时间', minWidth: 140 },
|
||||
{
|
||||
field: 'status',
|
||||
title: '审核状态',
|
||||
title: '流程状态',
|
||||
render: 'tag',
|
||||
minWidth: 140,
|
||||
custom: {
|
||||
@@ -107,7 +107,7 @@ const tableStore = new TableStore({
|
||||
4: 'warning'
|
||||
},
|
||||
replaceValue: {
|
||||
6: '待测试',
|
||||
6: '新增',
|
||||
1: '审批中',
|
||||
2: '审批通过',
|
||||
3: '审批不通过',
|
||||
|
||||
Reference in New Issue
Block a user