|
|
@ -209,6 +209,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="180" fixed="right">
|
|
|
|
<el-table-column label="操作" width="180" fixed="right">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button type="text" :disabled="scope.row.checkStatus==1" size="small"
|
|
|
|
<el-button type="text" :disabled="scope.row.checkStatus==1" size="small"
|
|
|
|