Commit d14c727c authored by “yiyousong”'s avatar “yiyousong”

perf: 屏蔽消息列表和消息配置删除功能

parent a7476766
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div> <div>
<div class="flex items-center justify-between mb-[20px]"> <div class="flex items-center justify-between mb-[20px]">
<a-space> <a-space>
<a-button type="danger" @click="handBatchDel">批量删除</a-button> <!-- <a-button type="danger" @click="handBatchDel">批量删除</a-button> -->
发送消息总量:<span class="primary font-bold">{{ total }}</span> 发送消息总量:<span class="primary font-bold">{{ total }}</span>
</a-space> </a-space>
<a-space> <a-space>
...@@ -53,9 +53,9 @@ ...@@ -53,9 +53,9 @@
<span class="cursor-pointer primary" @click="handleInfo(record)" <span class="cursor-pointer primary" @click="handleInfo(record)"
>查看详情</span >查看详情</span
> >
<span class="cursor-pointer delete" @click="handleDel(record.id)" <!-- <span class="cursor-pointer delete" @click="handleDel(record.id)"
>删除</span >删除</span
> > -->
</a-space> </a-space>
</template> </template>
</a-table> </a-table>
......
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
<span class="cursor-pointer primary" @click="handleEdit(record)" <span class="cursor-pointer primary" @click="handleEdit(record)"
>编辑</span >编辑</span
> >
<span class="cursor-pointer delete" @click="handleDel(record.id)" <!-- <span class="cursor-pointer delete" @click="handleDel(record.id)"
>删除</span >删除</span
> > -->
</a-space> </a-space>
</template> </template>
</a-table> </a-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment