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
73b918b4
authored
Aug 01, 2023
by
puhui999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修正 combinationActivity.data.ts
parent
dc39ad0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
13 deletions
+1
-13
src/views/mall/promotion/combination/activity/combinationActivity.data.ts
+1
-13
No files found.
src/views/mall/promotion/combination/activity/combinationActivity.data.ts
View file @
73b918b4
...
...
@@ -9,11 +9,6 @@ export const rules = reactive({
startTime
:
[
required
],
endTime
:
[
required
],
userSize
:
[
required
],
totalNum
:
[
required
],
successNum
:
[
required
],
orderUserCount
:
[
required
],
virtualGroup
:
[
required
],
status
:
[
required
],
limitDuration
:
[
required
]
})
...
...
@@ -58,7 +53,7 @@ const crudSchemas = reactive<CrudSchema[]>([
},
{
label
:
'参与人数'
,
field
:
'
orderUserCount
'
,
field
:
'
userSize
'
,
isSearch
:
false
,
form
:
{
component
:
'InputNumber'
,
...
...
@@ -118,13 +113,6 @@ const crudSchemas = reactive<CrudSchema[]>([
isForm
:
false
},
{
label
:
'虚拟成团'
,
field
:
'virtualGroup'
,
isSearch
:
false
,
isTable
:
false
,
isForm
:
false
},
{
label
:
'活动状态'
,
field
:
'status'
,
dictType
:
DICT_TYPE
.
COMMON_STATUS
,
...
...
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