File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
value-format =" YYYY-MM-DD HH:mm:ss"
37
37
/>
38
38
</el-form-item >
39
- <el-form-item label =" 审批结果" prop =" result " >
39
+ <el-form-item label =" 审批结果" prop =" status " >
40
40
<el-select
41
- v-model =" queryParams.result "
41
+ v-model =" queryParams.status "
42
42
class =" !w-240px"
43
43
clearable
44
44
placeholder =" 请选择审批结果"
81
81
<ContentWrap >
82
82
<el-table v-loading =" loading" :data =" list" >
83
83
<el-table-column align =" center" label =" 申请编号" prop =" id" />
84
- <el-table-column align =" center" label =" 状态" prop =" result " >
84
+ <el-table-column align =" center" label =" 状态" prop =" status " >
85
85
<template #default =" scope " >
86
- <dict-tag :type =" DICT_TYPE.BPM_PROCESS_INSTANCE_STATUS" :value =" scope.row.result " />
86
+ <dict-tag :type =" DICT_TYPE.BPM_PROCESS_INSTANCE_STATUS" :value =" scope.row.status " />
87
87
</template >
88
88
</el-table-column >
89
89
<el-table-column
You can’t perform that action at this time.
0 commit comments