|
@@ -23,6 +23,8 @@
|
|
|
|
|
|
<el-table-column :formatter="statusFormatter" :label="'规则名称'" prop="ruleName" min-width="120"
|
|
|
show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column :formatter="statusFormatter" :label="'客户端ID'" prop="clientId" min-width="120"
|
|
|
+ show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column :formatter="statusFormatter" :label="'推送内容'" prop="pushContent" min-width="300"
|
|
|
show-overflow-tooltip>
|
|
|
<template #default="{ row }">
|