Browse Source

feat: 系统消息 - 新增客户朋友圈提醒逻辑

zhengxy 1 year ago
parent
commit
1bf884f33a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      project/src/components/manage/systemMsg.vue

+ 1 - 1
project/src/components/manage/systemMsg.vue

@@ -9,7 +9,7 @@
9 9
       <!-- 成员 -->
10 10
       <selfInputV2 style="margin-left: -20px;"  :labelWidth="true" v-model="filter.user_name" label_name="成员" placeholder="请输入" @change="onChangeUserName" />
11 11
       <!-- <selfChannelV2 v-model="filter.platform_id" title="平台" type="platform" labelWidth multiple collapseTags :multipleLimit="3" @change="onChangePlatform" /> -->
12
-      <selfChannelV2 v-model="filter.msg_type" title="消息类型" type="msgType" labelWidth @change="onChangeMsgType" />
12
+      <selfChannelV2 v-model="filter.msg_type" title="消息类型" type="msgType" labelWidth :clearable="false" @change="onChangeMsgType" />
13 13
       <!-- <selfChannelV2 v-model="filter.send_status" title="发送状态" type="msgSendStatus" labelWidth @change="onChangeSendStatus" /> -->
14 14
       <div class="reset" @click="onClickReset">重置</div>
15 15
     </div>