Commit 9a268444 by liuchenxi

update: 门店选择器

parent ab1d5a92
......@@ -256,7 +256,7 @@
<div v-if="parent.templateCode == 'tag011'">
<div :key="'tag11' + pindex">
<template v-if="loadSelector">
<dm-store-selector :options="parent.uuidOptions" :creatorId="creatorId" :uuid.sync="parent.uuid" ref="storeNew" :isAdd="!parent.uuid" />
<dm-store-selector :options="parent.uuidOptions" :creatorId="creatorId" :uuid.sync="parent.uuid" ref="storeNew" :isAdd="!parent.uuid" scenes="auth" />
</template>
<!-- <vue-gic-store-new :options="parent.uuidOptions" :creatorId="creatorId" :uuid.sync="parent.uuid" ref="storeNew" :isAdd="!parent.uuid"> </vue-gic-store-new> -->
</div>
......
......@@ -34,7 +34,7 @@ export default {
},
computed: {
desc() {
return this.data.length ? '该标签下的标签值正在被分组使用,删除后会员分组将查询不到对应的会员。' : '标签删除后,若有正在使用该标签的会员分组则会员分组覆盖人群将查询不到该标签下的人群。';
return this.list.length ? '该标签下的标签值正在被分组使用,删除后会员分组将查询不到对应的会员。' : '标签删除后,若有正在使用该标签的会员分组则会员分组覆盖人群将查询不到该标签下的人群。';
}
},
methods: {
......
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