Browse Source

fix: 客户朋友圈 - 停止群发任务状态调整

zhengxy 1 year ago
parent
commit
bdcdbc7d0a

+ 1 - 1
index.html

@@ -7,4 +7,4 @@
7 7
         hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
8 8
         var s = document.getElementsByTagName("script")[0];
9 9
         s.parentNode.insertBefore(hm, s);
10
-      })();</script><link href=./static/css/app.856bdc96c9b036e03aa1b901dfe3a850.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.5e859b5ac44b31809f1c.js></script><script type=text/javascript src=./static/js/app.9b120adb8f94c9067ccf.js></script></body></html>
10
+      })();</script><link href=./static/css/app.82c574da04f41d2a981892498d2b8b22.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.b3c4312efa1e06ab663a.js></script><script type=text/javascript src=./static/js/app.9b120adb8f94c9067ccf.js></script></body></html>

+ 5 - 1
project/src/components/customOperate/friendsCircle/QWfc.vue

@@ -194,15 +194,19 @@
194 194
             <el-popconfirm @confirm="remindClick(scope.row.rule_id)" :title="'猎羽将提醒未发送朋友圈的'+scope.row.unpublished_count+'名员工发朋友圈,是否确认提醒 ?'">
195 195
               <div slot="reference" v-if="scope.row.status==1||scope.row.status==2||scope.row.status==3" class="c-00B38A pointer table_button lMar5">提醒</div>
196 196
             </el-popconfirm>
197
+
197 198
             <div :class="['pointer','table_button','lMar5',scope.row.enable == 1 ? 'c-FF604D' :'c-007AFF']" v-if="scope.row.status == 1" @click="enableForbidden(scope.row)">
198 199
               {{scope.row.enable == 1 ? '禁用' : scope.row.enable == 0 ? '启用':''}}
199 200
             </div>
201
+
200 202
             <div class="c-00B38A pointer table_button lMar5" @click="scope.row.status == 1 ? createFriCircle('edit',scope.row.rule_id) : goDetail(scope.row.rule_id)">详情</div>
203
+
201 204
             <el-popconfirm @confirm="copyDetail(scope.row)" :title="`确定复制【${scope.row.name}】朋友圈?`">
202 205
               <div slot="reference" class="lMar5 c-00B38A pointer table_button">复制</div>
203 206
             </el-popconfirm>
204 207
 
205
-            <div v-if="scope.row.status == 4" class="pointer table_button c-FF604D lMar5" @click="onClickCancelSend(scope.row)">
208
+            <!-- 待客服确认状态的规则 支持停止群发 -->
209
+            <div v-if="scope.row.status == 3" class="pointer table_button c-FF604D lMar5" @click="onClickCancelSend(scope.row)">
206 210
               停止群发
207 211
             </div>
208 212
           </div>

File diff suppressed because it is too large
+ 1 - 1
static/css/app.856bdc96c9b036e03aa1b901dfe3a850.css


File diff suppressed because it is too large
+ 0 - 1
static/js/7.b8765dba186b833cd90a.js


File diff suppressed because it is too large
+ 1 - 0
static/js/7.efd6266481bf2c4ea333.js


File diff suppressed because it is too large
+ 1 - 1
static/js/manifest.5e859b5ac44b31809f1c.js