Parcourir la source

feat:加客户端ID

luoy il y a 2 jours
Parent
commit
1ee835b445
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/marketing/record/index.vue

+ 2 - 0
src/views/marketing/record/index.vue

@@ -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 }">