Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
memberTag
memberTag-web
Commits
9a268444
Commit
9a268444
authored
Apr 14, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 门店选择器
parent
ab1d5a92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tag-config-options.vue
src/components/tag/tag-config-options.vue
+1
-1
delete-tag-dialog.vue
src/view/manualTag/delete-tag-dialog.vue
+1
-1
No files found.
src/components/tag/tag-config-options.vue
View file @
9a268444
...
...
@@ -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>
...
...
src/view/manualTag/delete-tag-dialog.vue
View file @
9a268444
...
...
@@ -34,7 +34,7 @@ export default {
},
computed
:
{
desc
()
{
return
this
.
data
.
length
?
'该标签下的标签值正在被分组使用,删除后会员分组将查询不到对应的会员。'
:
'标签删除后,若有正在使用该标签的会员分组则会员分组覆盖人群将查询不到该标签下的人群。'
;
return
this
.
list
.
length
?
'该标签下的标签值正在被分组使用,删除后会员分组将查询不到对应的会员。'
:
'标签删除后,若有正在使用该标签的会员分组则会员分组覆盖人群将查询不到该标签下的人群。'
;
}
},
methods
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment