30164
This commit is contained in:
		| @@ -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 && (row.broadcastStatus == 0 || row.broadcastStatus == 1 || row.broadcastStatus == 2 )"> |             <template slot-scope="{ row }" v-if="row.taskType == 1"> | ||||||
|               <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