diff --git a/src/views/goods/filter/Index.vue b/src/views/goods/filter/Index.vue index 569ef0e..8ddc775 100644 --- a/src/views/goods/filter/Index.vue +++ b/src/views/goods/filter/Index.vue @@ -4,17 +4,14 @@ - + {{ item.name }} +
+ 注:数据渠道未选择时则代表所有渠道 +
{ if (list.indexOf(item.id) != -1) { channelAry.push(item.name) @@ -193,7 +190,7 @@ export default { !isEmpty(form.getFieldsValue()) && $nextTick(() => { form.setFieldsValue( - pick(record, ['open_channel', 'fliter_condition',...profitAry, ...profitRateAry, ...categoryAry]) + pick(record, ['open_channel', 'fliter_condition', ...profitAry, ...profitRateAry, ...categoryAry]) ) this.$forceUpdate() }) @@ -278,4 +275,7 @@ export default { .fan /deep/ .ant-form-item { margin-bottom: 0; } +.fan /deep/ .ant-select { + height: 35px; +}