You need to sign in or sign up before continuing.
Commit 0c82d27c by caoyanzhi

update: 会员列表调整

parent c5df01e7
......@@ -36,7 +36,7 @@
<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;">
<vue-gic-select-tree :options="selectChannelList" @change="onSelectChannelChange" style="display: inline-block;height: 32px;width:200px" />
<vue-gic-select-tree :options="selectChannelList" @change="onSelectChannelChange" style="display: inline-block;height: 32px;" />
</el-form-item>
<el-form-item>
<el-button type="text" @click="showSearch = !showSearch" class="senior-search">
......
......@@ -27,7 +27,7 @@ export default {
collapseTags: true,
allCheckText: '全部关联渠道',
placeholder: '全部关联渠道',
width: 260
width: 200
},
treeOptions: {
data: [
......@@ -98,7 +98,7 @@ export default {
collapseTags: false,
allCheckText: '全部客户',
placeholder: '全部客户',
width: 260
width: 240
},
treeOptions: {
data: [
......
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