Commit 8f7fd585 by crushh

update: dist

parent ef1ac88c
......@@ -6,7 +6,7 @@
:before-close="closePop"
:width="$store.state.product.ruleMemberFilterClose==0?'1200px':'900px'"
>
<el-tabs v-model="activeName" @tab-click="handleClick">
<el-tabs v-model="activeName" >
<el-tab-pane label="上架规则" name="list">
<div class="tab-pane-container">
<div class="search-wrap">
......
......@@ -7,7 +7,7 @@
size="small"
v-loading="loading"
>
<el-form-item label="上架规则名称" prop="ruleTitle">
<el-form-item label="上架规则名称1" prop="ruleTitle">
<el-input
maxlength="30"
show-word-limit
......@@ -151,6 +151,7 @@ export default {
btnLoading: false,
uuid: '',
memberTypeTotal: 0,
};
},
computed: {
......@@ -165,7 +166,7 @@ export default {
}
},
canShowStoreSelector () {
return this.uuid || this.isAdd || this.memberType == 3 || this.memberType == 2;
return this.isDialog || this.uuid || this.isAdd || this.memberType == 3 || this.memberType == 2;
},
},
mounted () {
......
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