Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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-4
Commits
6cc5c543
Commit
6cc5c543
authored
Nov 17, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改选择门店
parent
61f73715
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gic-select-group-mult.vue
src/components/common/gic-select-group-mult.vue
+2
-2
No files found.
src/components/common/gic-select-group-mult.vue
View file @
6cc5c543
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-08 10:27:21
* @LastEditors: 无尘
* @LastEditTime: 2020-11-17 1
3:38:49
* @LastEditTime: 2020-11-17 1
7:50:58
-->
<!--
<gic-select-group-mult
...
...
@@ -26,7 +26,7 @@
</div>
<div
class=
"select-tree-wrap m-t-10"
>
<!--:load="loadNode"-->
<el-tree
:filter-node-method=
"filterNode"
clearable
:data=
"groupData"
:default-checked-keys=
"checkedKeys"
node-key=
"storeGroupId"
ref=
"groupTree"
show-checkbox
default-expand-all
:props=
"defaultProps"
:expand-on-click-node=
"false"
@
check=
"checkGroup"
>
<el-tree
:filter-node-method=
"filterNode"
:data=
"groupData"
:default-checked-keys=
"checkedKeys"
node-key=
"storeGroupId"
ref=
"groupTree"
show-checkbox
default-expand-all
:props=
"defaultProps"
:expand-on-click-node=
"false"
@
check=
"checkGroup"
>
<span
class=
"custom-tree-node"
slot-scope=
"
{ node, data }">
<span
:class=
"['font-14 p-r-10 iconfont', data.isStore == 1 ? 'icondianpu-kuai' : 'iconqiye-tianchong', data.bindFlag == 1 ? 'color-2f54eb' : 'color-dedfe6']"
></span><span
class=
"font-14 color-606266"
>
{{
node
.
label
}}
</span>
</span>
...
...
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