|
@@ -82,7 +82,7 @@
|
|
|
<span>{{scope.row.parStatus === 0?'禁用':'启用'}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="modifierName" label="操作人">
|
|
|
+ <!-- <el-table-column prop="modifierName" label="操作人">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tooltip
|
|
|
v-if="scope.row.modifierName&&scope.row.modifierName.length>8"
|
|
@@ -97,7 +97,7 @@
|
|
|
v-if="scope.row.modifierName&&scope.row.modifierName.length<9"
|
|
|
>{{scope.row.modifierName}}</span>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column prop="gmtModified" label="操作时间" width="180"></el-table-column>
|
|
|
<el-table-column label="操作" width="180" fixed="right">
|
|
|
<template slot-scope="scope">
|