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