新增 消息定时推送功能

This commit is contained in:
liuwei
2025-06-10 13:04:07 +08:00
parent 7bd158896e
commit 5110f9bd7f

View File

@@ -113,7 +113,7 @@
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column type="index" width="50"></el-table-column>
<el-table-column prop="task_id" label="任务ID" width="180"></el-table-column>
<el-table-column prop="task_name" label="任务名称"></el-table-column>
<el-table-column prop="name" label="任务名称"></el-table-column>
<el-table-column prop="status" label="状态" width="100">
<template slot-scope="scope">
<el-tag {% raw %}:type="getStatusType(scope.row.status)" {% endraw %}>