Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
5e09093f
Commit
5e09093f
authored
Aug 19, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改卡券记录
parent
87320ef8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gic-select-tag.vue
src/components/app/card/gic-select-tag.vue
+2
-2
No files found.
src/components/app/card/gic-select-tag.vue
View file @
5e09093f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-02-08 10:27:21
* @Date: 2020-02-08 10:27:21
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-08-1
7 15:03:20
* @LastEditTime: 2020-08-1
9 17:00:37
-->
-->
<!--
<!--
选择门店分组组件:
选择门店分组组件:
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<div
class=
"el-select-dropdown__wrap el-scrollbar__wrap"
style=
"margin-bottom: -5px; margin-right: -5px;"
>
<div
class=
"el-select-dropdown__wrap el-scrollbar__wrap"
style=
"margin-bottom: -5px; margin-right: -5px;"
>
<el-checkbox-group
v-model=
"dailyRuleForm.tags"
@
change=
"handleStoresChange"
>
<el-checkbox-group
v-model=
"dailyRuleForm.tags"
@
change=
"handleStoresChange"
>
<ul
class=
"el-scrollbar__view el-select-dropdown__list"
>
<ul
class=
"el-scrollbar__view el-select-dropdown__list"
>
<li
:class=
"['el-select-dropdown__item', item.select ? 'selected hover' : '']
"
v-for=
"item in tags"
:key=
"item.tagId"
>
<li
class=
"el-select-dropdown__item
"
v-for=
"item in tags"
:key=
"item.tagId"
>
<el-checkbox
:label=
"item.tagId"
>
{{
item
.
tagName
}}
</el-checkbox>
<el-checkbox
:label=
"item.tagId"
>
{{
item
.
tagName
}}
</el-checkbox>
</li>
</li>
<li
v-if=
"!tags.length"
class=
"text-center"
><span>
暂无数据
</span></li>
<li
v-if=
"!tags.length"
class=
"text-center"
><span>
暂无数据
</span></li>
...
...
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