Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
紫光云
web-project
Commits
72f454d7
Commit
72f454d7
authored
Jun 20, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 去掉备注的必填校验
parent
d5919a4a
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
15 deletions
+14
-15
project.ts
src/router/routes/modules/project.ts
+0
-1
tableData.tsx
src/views/annualPlan/annualPlanEdit/tableData.tsx
+1
-1
biddingManagement.data.ts
src/views/biddingManagement/biddingManagement.data.ts
+1
-1
biddingPlan.data.ts
src/views/biddingPlan/biddingPlan.data.ts
+1
-1
changeSignatrue.data.ts
src/views/changeSignature/changeSignatrue.data.ts
+1
-1
tableData.tsx
src/views/completed/completedEdit/tableData.tsx
+1
-1
tableData.tsx
src/views/engineeringProject/constructionEdit/tableData.tsx
+1
-1
tableData.tsx
src/views/engineeringProject/engineeringEdit/tableData.tsx
+1
-1
tableData.tsx
src/views/engineeringProject/reserveEdit/tableData.tsx
+1
-1
tableData.tsx
src/views/monthlyPlan/monthlyPlanEdit/tableData.tsx
+1
-1
data.tsx
src/views/performance/data.tsx
+2
-2
uploadModal.vue
src/views/project/uploadModal.vue
+1
-1
data.ts
src/views/safetyEducation/data.ts
+1
-1
data.tsx
src/views/settlementManagement/data.tsx
+1
-1
No files found.
src/router/routes/modules/project.ts
View file @
72f454d7
...
@@ -35,7 +35,6 @@ const dashboard: AppRouteModule = {
...
@@ -35,7 +35,6 @@ const dashboard: AppRouteModule = {
title
:
'项目库'
,
title
:
'项目库'
,
},
},
},
},
],
],
};
};
...
...
src/views/annualPlan/annualPlanEdit/tableData.tsx
View file @
72f454d7
...
@@ -214,7 +214,7 @@ export const formSchema: ({ colProps: { offset: number; span: number }; componen
...
@@ -214,7 +214,7 @@ export const formSchema: ({ colProps: { offset: number; span: number }; componen
{
{
label
:
'备注'
,
label
:
'备注'
,
field
:
'remark'
,
field
:
'remark'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
...
src/views/biddingManagement/biddingManagement.data.ts
View file @
72f454d7
...
@@ -399,7 +399,7 @@ export const formSchema: FormSchema[] = [
...
@@ -399,7 +399,7 @@ export const formSchema: FormSchema[] = [
{
{
label
:
'备注'
,
label
:
'备注'
,
field
:
'remark'
,
field
:
'remark'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
...
src/views/biddingPlan/biddingPlan.data.ts
View file @
72f454d7
...
@@ -254,7 +254,7 @@ export const formSchema: FormSchema[] = [
...
@@ -254,7 +254,7 @@ export const formSchema: FormSchema[] = [
{
{
label
:
'备注'
,
label
:
'备注'
,
field
:
'remark'
,
field
:
'remark'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
...
src/views/changeSignature/changeSignatrue.data.ts
View file @
72f454d7
...
@@ -407,7 +407,7 @@ export const Content: FormSchema[] = [
...
@@ -407,7 +407,7 @@ export const Content: FormSchema[] = [
//remark
//remark
label
:
'备注'
,
label
:
'备注'
,
field
:
'remark'
,
field
:
'remark'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
...
src/views/completed/completedEdit/tableData.tsx
View file @
72f454d7
...
@@ -185,7 +185,7 @@ export const formSchema: ({ colProps: { offset: number; span: number }; componen
...
@@ -185,7 +185,7 @@ export const formSchema: ({ colProps: { offset: number; span: number }; componen
{
{
label
:
'备注'
,
label
:
'备注'
,
field
:
'remarks'
,
field
:
'remarks'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
...
src/views/engineeringProject/constructionEdit/tableData.tsx
View file @
72f454d7
...
@@ -237,7 +237,7 @@ export const formSchema: ({ colProps: { offset: number; span: number }; componen
...
@@ -237,7 +237,7 @@ export const formSchema: ({ colProps: { offset: number; span: number }; componen
{
{
label
:
'备注'
,
label
:
'备注'
,
field
:
'remarks'
,
field
:
'remarks'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
...
src/views/engineeringProject/engineeringEdit/tableData.tsx
View file @
72f454d7
...
@@ -231,7 +231,7 @@ export const formSchema: ({ colProps: { offset: number; span: number }; componen
...
@@ -231,7 +231,7 @@ export const formSchema: ({ colProps: { offset: number; span: number }; componen
{
{
label
:
'备注'
,
label
:
'备注'
,
field
:
'remarks'
,
field
:
'remarks'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
...
src/views/engineeringProject/reserveEdit/tableData.tsx
View file @
72f454d7
...
@@ -207,7 +207,7 @@ export const formSchema: ({ colProps: { offset: number; span: number }; componen
...
@@ -207,7 +207,7 @@ export const formSchema: ({ colProps: { offset: number; span: number }; componen
{
{
label
:
'备注'
,
label
:
'备注'
,
field
:
'remarks'
,
field
:
'remarks'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
300
,
maxlength
:
300
,
...
...
src/views/monthlyPlan/monthlyPlanEdit/tableData.tsx
View file @
72f454d7
...
@@ -62,7 +62,7 @@ export const formSchema: FormSchema[] = [
...
@@ -62,7 +62,7 @@ export const formSchema: FormSchema[] = [
{
{
field
:
'remark'
,
field
:
'remark'
,
label
:
'备注'
,
label
:
'备注'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
...
src/views/performance/data.tsx
View file @
72f454d7
...
@@ -442,7 +442,7 @@ export const formSchema1: FormSchema[] = [
...
@@ -442,7 +442,7 @@ export const formSchema1: FormSchema[] = [
{
{
label
:
'备注'
,
label
:
'备注'
,
field
:
'completionRemarks'
,
field
:
'completionRemarks'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
@@ -680,7 +680,7 @@ export const formSchema2: FormSchema[] = [
...
@@ -680,7 +680,7 @@ export const formSchema2: FormSchema[] = [
{
{
label
:
'备注'
,
label
:
'备注'
,
field
:
'completionRemarks'
,
field
:
'completionRemarks'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
...
src/views/project/uploadModal.vue
View file @
72f454d7
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
{
{
field
:
'remarks'
,
field
:
'remarks'
,
label
:
'备注内容'
,
label
:
'备注内容'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
300
,
maxlength
:
300
,
...
...
src/views/safetyEducation/data.ts
View file @
72f454d7
...
@@ -107,7 +107,7 @@ export const formSchema: FormSchema[] = [
...
@@ -107,7 +107,7 @@ export const formSchema: FormSchema[] = [
label
:
'备注'
,
label
:
'备注'
,
labelWidth
:
'140px'
,
labelWidth
:
'140px'
,
field
:
'remark'
,
field
:
'remark'
,
required
:
true
,
//
required: true,
component
:
'Input'
,
component
:
'Input'
,
},
},
];
];
...
...
src/views/settlementManagement/data.tsx
View file @
72f454d7
...
@@ -384,7 +384,7 @@ export const formSchema: FormSchema[] = [
...
@@ -384,7 +384,7 @@ export const formSchema: FormSchema[] = [
//remark
//remark
label
:
'备注'
,
label
:
'备注'
,
field
:
'remark'
,
field
:
'remark'
,
required
:
true
,
//
required: true,
component
:
'InputTextArea'
,
component
:
'InputTextArea'
,
componentProps
:
{
componentProps
:
{
maxlength
:
100
,
maxlength
:
100
,
...
...
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