Commit 80777494 by caoyanzhi

update: 隐藏关联渠道

parent 04e877dc
......@@ -35,7 +35,8 @@
<el-form-item>
<vue-gic-select-tree :options="selectTreeOptions" @change="onSelectTreeChange" style="display: inline-block;margin:0 10px; height: 32px" />
</el-form-item>
<el-form-item style="margin-right:10px;">
<!-- 8.23上线时,隐藏关联渠道 -->
<el-form-item style="margin-right:10px;" v-if="false">
<vue-gic-select-tree :options="selectChannelList" @change="onSelectChannelChange" style="display: inline-block;height: 32px;" />
</el-form-item>
<el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment