Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-operation-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
达摩4.0重构
haoban-operation-4
Commits
88d0f508
Commit
88d0f508
authored
Aug 11, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复企业详情查看共享范围的问题
parent
a7d4471f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
enterprise-detail.vue
src/views/enterprise/enterprise-detail.vue
+4
-2
No files found.
src/views/enterprise/enterprise-detail.vue
View file @
88d0f508
...
...
@@ -49,18 +49,20 @@
<
template
slot-scope=
"{ row }"
>
<!-- 0 全部 1部分分组 2 部分门店 -->
<span
v-if=
"row.bindStoreMode == 0"
>
所有门店
</span>
<el-button
type=
"text"
v-else
@
click=
"getBindDetail(row, 0)"
>
<el-button
type=
"text"
v-else
-if=
"row.bindStoreMode > 0"
@
click=
"getBindDetail(row, 0)"
>
{{
row
.
bindCount
}}{{
row
.
bindStoreMode
==
1
?
'个分组'
:
row
.
bindStoreMode
==
2
?
'家门店'
:
''
}}
</el-button>
<span
v-else
>
无
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"门店共享授权范围"
>
<
template
slot-scope=
"{ row }"
>
<!-- 0 全部 1部分分组 2 部分门店 -->
<span
v-if=
"row.shareStoreMode == 0"
>
所有门店
</span>
<el-button
type=
"text"
v-else
@
click=
"getBindDetail(row, 1)"
>
<el-button
type=
"text"
v-else
-if=
"row.shareStoreMode > 0"
@
click=
"getBindDetail(row, 1)"
>
{{
row
.
shareCount
}}{{
row
.
shareStoreMode
==
1
?
'个分组'
:
row
.
shareStoreMode
==
2
?
'家门店'
:
''
}}
</el-button>
<span
v-else
>
无
</span>
</
template
>
</el-table-column>
</el-table>
...
...
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