mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 08:16:44 +08:00
提交
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user