Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
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
project
jinfa-admin
Commits
c048a7fa
Commit
c048a7fa
authored
Aug 03, 2022
by
前端-彭佳文
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jinfa-0518' into 'jinfa-0518'
fix: 26853-品类类型需隐藏多余选项 See merge request
!15
parents
64c8b1cd
3f9bc1ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.ts
...ages/productManage/classAndProperty/class/schema/index.ts
+3
-3
No files found.
src/pages/productManage/classAndProperty/class/schema/index.ts
View file @
c048a7fa
...
...
@@ -54,9 +54,9 @@ export const classSchema: ISchema = {
},
enum
:
[
{
label
:
'实物商品'
,
value
:
1
},
{
label
:
'虚拟商品'
,
value
:
2
},
{
label
:
'服务商品'
,
value
:
3
},
{
label
:
'积分兑换商品'
,
value
:
4
}
//
{ label: '虚拟商品', value: 2 },
//
{ label: '服务商品', value: 3 },
//
{ label: '积分兑换商品', value: 4 }
],
},
imageUrl
:
{
...
...
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