|
@@ -200,6 +200,13 @@
|
|
<span>{{ scope.row.lastModifyName }}</span>
|
|
<span>{{ scope.row.lastModifyName }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="修改时间"
|
|
|
|
+ width="153"
|
|
|
|
+ sortable
|
|
|
|
+ prop="updateDate"
|
|
|
|
+ >
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="操作" width="180" fixed="right">
|
|
<el-table-column label="操作" width="180" fixed="right">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div class="operate_left">
|
|
<div class="operate_left">
|