|
|
@ -185,7 +185,7 @@
|
|
|
|
</el-tag>
|
|
|
|
</el-tag>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="备注" prop="remark" show-overflow-tooltip width="180"></el-table-column>
|
|
|
|
<el-table-column label="操作" width="160" fixed="right">
|
|
|
|
<el-table-column label="操作" width="160" fixed="right">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button type="text" :disabled="scope.row.checkStatus==1 " v-if="showSup" size="small"
|
|
|
|
<el-button type="text" :disabled="scope.row.checkStatus==1 " v-if="showSup" size="small"
|
|
|
|