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
c6e1a5b7
Commit
c6e1a5b7
authored
May 31, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 调整门店类型枚举
parent
a2ae4d8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
memberShowSet.vue
src/views/apps/customerApp/memberShowSet.vue
+6
-5
No files found.
src/views/apps/customerApp/memberShowSet.vue
View file @
c6e1a5b7
...
@@ -53,12 +53,13 @@ export default {
...
@@ -53,12 +53,13 @@ export default {
},
},
methods
:
{
methods
:
{
formatStoreType
(
row
,
col
,
val
)
{
formatStoreType
(
row
,
col
,
val
)
{
// 门店类型(0:自营,1:联营,2:代理(加盟),3:代销,4:托管)
const
storeTypes
=
[
const
storeTypes
=
[
{
label
:
'自营'
,
value
:
'
1
'
},
{
label
:
'自营'
,
value
:
'
0
'
},
{
label
:
'联营'
,
value
:
'
2
'
},
{
label
:
'联营'
,
value
:
'
1
'
},
{
label
:
'代理'
,
value
:
'
3
'
},
{
label
:
'代理'
,
value
:
'
2
'
},
{
label
:
'代销'
,
value
:
'
4
'
},
{
label
:
'代销'
,
value
:
'
3
'
},
{
label
:
'托管'
,
value
:
'
5
'
}
{
label
:
'托管'
,
value
:
'
4
'
}
];
];
let
result
=
[];
let
result
=
[];
if
(
typeof
val
==
'string'
)
{
if
(
typeof
val
==
'string'
)
{
...
...
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