|
@@ -54,13 +54,13 @@
|
|
|
<el-link class="margin-left_10" type="primary" @click="updateImportTaskState(scope.row, 4)"
|
|
|
v-if="scope.row.state == 1 || scope.row.state == 0">
|
|
|
<el-tooltip class="item" effect="dark" content="暂停" placement="top">
|
|
|
- <i class="iconfont icon-zanting1"></i>
|
|
|
+ <i class="iconfont icon-zanting"></i>
|
|
|
</el-tooltip>
|
|
|
</el-link>
|
|
|
<el-link class="margin-left_10" type="primary" @click="updateImportTaskState(scope.row, 0)"
|
|
|
v-if="scope.row.state == 4">
|
|
|
<el-tooltip class="item" type="primary" effect="dark" content="继续" placement="top">
|
|
|
- <i class="iconfont icon-zanting"></i>
|
|
|
+ <i class="iconfont icon-zanting1"></i>
|
|
|
</el-tooltip>
|
|
|
</el-link>
|
|
|
<el-link class="margin-left_10" type="primary" v-if="scope.row.taskType == 1"
|