任务管理

This commit is contained in:
liuye
2024-01-15 10:25:19 +08:00
parent 0256669afb
commit 94300ec85c
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@
<el-table-column slot="options" label="操作" align="center" width="200px">
<template slot-scope="{ row }">
<el-button type="text" @click="toGroup(row)">群匹配</el-button>
<el-button type="text" @click="toAnnouce(row)">推送任务</el-button>
<!-- <el-button type="text" @click="toAnnouce(row)">推送任务</el-button> -->
</template>
</el-table-column>
</ai-table>