diff --git a/src/views/store/channel.vue b/src/views/store/channel.vue index 2317520..8b3c5ba 100644 --- a/src/views/store/channel.vue +++ b/src/views/store/channel.vue @@ -1,20 +1,23 @@ \ No newline at end of file + \ No newline at end of file diff --git a/src/views/store/modules/channelEdit.vue b/src/views/store/modules/channelEdit.vue index 8cdfa86..4c20e02 100644 --- a/src/views/store/modules/channelEdit.vue +++ b/src/views/store/modules/channelEdit.vue @@ -25,10 +25,10 @@ v-decorator="['shop_label', { rules: [{ required: true, min: 2, max: 10, message: '请输入2-10个字符' }] }]" /> - + - + @@ -38,6 +38,12 @@ v-decorator="['license_img_id', { rules: [{ required: true, message: '请上传营业执照' }] }]" /> + + + 显示 + 隐藏 + + @@ -96,14 +102,7 @@ export default { this.$nextTick(() => { setFieldsValue( // eslint-disable-next-line no-undef - _.pick(this.info, [ - 'logo', - 'shop_name', - 'shop_label', - 'logo_image_id', - 'name', - 'alias', - ]) + _.pick(this.info, ['logo', 'shop_name', 'shop_label', 'logo_image_id', 'name', 'alias', 'status']) ) }) },