Browse Source

feat: 客服异常预警 - 预警提示语

zhengxy 1 year ago
parent
commit
9ed781abd7
1 changed files with 7 additions and 1 deletions
  1. 7 1
      project/src/components/customerAlerts/index.vue

+ 7 - 1
project/src/components/customerAlerts/index.vue

@@ -1,6 +1,12 @@
1 1
 <template>
2 2
   <div v-loading="loading" class="customerAlerts-wrap">
3
-    <div class="screenBox">
3
+    <div class="self-hint">
4
+      <i class="el-icon-message-solid" />
5
+      <div>
6
+        <p>客服绑定投放账号近1小时内消耗金额小于300元时不予预警</p>
7
+      </div>
8
+    </div>
9
+    <div style="margin-top:10px;" class="screenBox">
4 10
       <el-button type="primary" size="mini" @click="onClickCreateWarnBtn">新建预警</el-button>
5 11
     </div>
6 12
     <el-table :height="height" :data="list" tooltip-effect="dark" style="width: 100%;margin-top:10px">