提交 05a820e3 作者: 毛细亚

🐞 fix: 优化跨主体客服提示条件显示

上级 eaba07de
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<el-option v-for="item in serviceList" :key="item.id" :label="item.service_wechat_number_name" <el-option v-for="item in serviceList" :key="item.id" :label="item.service_wechat_number_name"
:value="item.id" /> :value="item.id" />
</el-select> </el-select>
<p style="font-size:13px;color:#86909C;margin-top:5px;">添加跨主体客服会同步已有主体下的所有w账号</p> <p v-if="form.source_type=='wx_code'" style="font-size:13px;color:#86909C;margin-top:5px;">添加跨主体客服会同步已有主体下的所有w账号</p>
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="rowFlex rowEnd" style="margin-top: 20px;"> <div class="rowFlex rowEnd" style="margin-top: 20px;">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论