|
@@ -92,17 +92,6 @@
|
|
|
{{scope.row.parHasSub === '0'?'无':'有'}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
- prop="parMsg"
|
|
|
- label="附加信息"
|
|
|
- width="160">
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-tooltip v-if="scope.row.parMsg.length>8" class="item" effect="dark" :content="scope.row.parMsg" placement="top">
|
|
|
- <span>{{scope.row.parMsg.slice(0,8)+'...'}}</span>
|
|
|
- </el-tooltip>
|
|
|
- <span v-if="scope.row.parMsg.length<9">{{scope.row.parMsg}}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
<el-table-column
|
|
|
label="状态">
|
|
|
<template slot-scope="scope">
|
|
@@ -114,6 +103,12 @@
|
|
|
<el-table-column
|
|
|
prop="modifierName"
|
|
|
label="操作人">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <el-tooltip v-if="scope.row.modifierName.length>8" class="item" effect="dark" :content="scope.row.modifierName" placement="top">
|
|
|
+ <span>{{scope.row.modifierName.slice(0,8)+'...'}}</span>
|
|
|
+ </el-tooltip>
|
|
|
+ <span v-if="scope.row.modifierName.length<9">{{scope.row.modifierName}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="gmtModified"
|