撤回
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
:tableData="tableData"
|
:tableData="tableData"
|
||||||
:col-configs="colConfigs"
|
:col-configs="colConfigs"
|
||||||
:total="total"
|
:total="total"
|
||||||
|
:isShowPagination="false"
|
||||||
@getList="getDetail">
|
@getList="getDetail">
|
||||||
</ai-table>
|
</ai-table>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
:current.sync="page.current" :size.sync="page.size" @getList="getList"
|
:current.sync="page.current" :size.sync="page.size" @getList="getList"
|
||||||
@selection-change="(v) => (ids = v.map((e) => e.id))">
|
@selection-change="(v) => (ids = v.map((e) => e.id))">
|
||||||
<el-table-column slot="options" label="操作" align="center" width="280" fixed="right">
|
<el-table-column slot="options" label="操作" align="center" width="280" fixed="right">
|
||||||
<template slot-scope="{ row }" v-if="row.taskType == 1">
|
<template slot-scope="{ row }" v-if="row.taskType == 1 && (row.broadcastStatus == 0 || row.broadcastStatus == 1 || row.broadcastStatus == 2 )">
|
||||||
<el-button type="text" @click="reset(row.id)">撤回任务</el-button>
|
<el-button type="text" @click="reset(row.id)">撤回任务</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
Reference in New Issue
Block a user