This commit is contained in:
zhaofang
2022-06-10 18:55:30 +08:00
parent 0bd7396fe6
commit afa04f6b72
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
</el-table-column>
<el-table-column label="创建人" prop="sysCreateBy"></el-table-column>
<el-table-column label="创建时间" prop="sysCreateTime" width="200px" show-overflow-tooltip></el-table-column>
<el-table-column label="转审" prop="auditInfo" width="250px" show-overflow-tooltip></el-table-column>
<el-table-column label="备注" prop="auditInfo" width="250px" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" width="100px" fixed="right">
<template slot-scope="scope">
<el-button @click="toExamine(scope.row)" type="text" >审核</el-button>