Explorar el Código

feat:加客户端ID

luoy hace 2 días
padre
commit
1ee835b445
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 }">