update
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
<dict-tag :options="dict.type.tool_status" :value="scope.row.status"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="审核状态" align="center" key="recordStatus" width="90">
|
||||
<el-table-column label="流程状态" align="center" key="recordStatus" width="90">
|
||||
<template slot-scope="scope">
|
||||
<dict-tag :options="dict.type.flow_status" :value="scope.row.recordStatus"/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user