Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
870a1c44
authored
Sep 14, 2024
by
痴货
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【添加】列表添加优惠类型字段
parent
48e78c38
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
src/views/mall/promotion/discountActivity/discountActivity.data.ts
+11
-0
No files found.
src/views/mall/promotion/discountActivity/discountActivity.data.ts
View file @
870a1c44
...
@@ -73,6 +73,17 @@ const crudSchemas = reactive<CrudSchema[]>([
...
@@ -73,6 +73,17 @@ const crudSchemas = reactive<CrudSchema[]>([
}
}
},
},
{
{
label
:
'优惠类型'
,
field
:
'discountType'
,
dictType
:
DICT_TYPE
.
PROMOTION_DISCOUNT_TYPE
,
dictClass
:
'number'
,
isSearch
:
true
,
form
:
{
component
:
'Radio'
,
value
:
1
}
},
{
label
:
'活动商品'
,
label
:
'活动商品'
,
field
:
'spuId'
,
field
:
'spuId'
,
isTable
:
true
,
isTable
:
true
,
...
...
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