|
@@ -80,15 +80,15 @@
|
|
|
<el-icon><SetUp /></el-icon>
|
|
|
</el-button>
|
|
|
</el-tooltip>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="功能" width="160" align="center">
|
|
|
- <template #default="scope">
|
|
|
<el-tooltip content="验证" placement="top">
|
|
|
<el-button size="small" :class="{ active: scope.row._action_clicked_verify }" @click="tableEvents.handleVerify(scope.$index, scope.row)">
|
|
|
<el-icon><Aim /></el-icon>
|
|
|
</el-button>
|
|
|
</el-tooltip>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column label="功能" width="120" align="center">
|
|
|
+ <template #default="scope">
|
|
|
<el-tooltip content="提交" placement="top" v-if="showListDevelopeButton">
|
|
|
<!-- 爬虫状态是待完成,才可点击提交 -->
|
|
|
<el-button size="small" :disabled="scope.row.state !== 0" :class="{ active: scope.row._action_clicked_submit }" @click="tableEvents.handleSubmit(scope.$index, scope.row)">
|