Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
d42a7031
Commit
d42a7031
authored
Feb 03, 2023
by
YIyiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:取消新增业务英文必填
parent
b12a0c49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
base-manager-ui/admin/src/pages/basicset/business/group/addprofession.vue
...admin/src/pages/basicset/business/group/addprofession.vue
+3
-3
base-manager-ui/admin/src/pages/basicset/site/website.vue
base-manager-ui/admin/src/pages/basicset/site/website.vue
+1
-1
No files found.
base-manager-ui/admin/src/pages/basicset/business/group/addprofession.vue
View file @
d42a7031
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
{
check
En
,
check
BusinessName
}
from
"
@/utils/validate
"
;
import
{
checkBusinessName
}
from
"
@/utils/validate
"
;
import
local
from
"
@/utils/local
"
;
import
local
from
"
@/utils/local
"
;
import
YSwitch
from
"
@/components/yswitch/YSwitch.vue
"
;
import
YSwitch
from
"
@/components/yswitch/YSwitch.vue
"
;
import
{
import
{
...
@@ -115,7 +115,7 @@ export default {
...
@@ -115,7 +115,7 @@ export default {
name
:
[
name
:
[
{
required
:
true
,
validator
:
checkBusinessName
,
trigger
:
"
blur
"
},
{
required
:
true
,
validator
:
checkBusinessName
,
trigger
:
"
blur
"
},
],
],
englishname
:
[{
required
:
true
,
validator
:
checkEn
,
trigger
:
"
blur
"
}],
//
englishname: [{ required: true, validator: checkEn, trigger: "blur" }],
// flownum: [{ required: true, validator: checkFlowNum, trigger: "blur" }],
// flownum: [{ required: true, validator: checkFlowNum, trigger: "blur" }],
},
},
};
};
...
@@ -238,4 +238,4 @@ export default {
...
@@ -238,4 +238,4 @@ export default {
/deep/.ant-form-explain {
/deep/.ant-form-explain {
position: absolute;
position: absolute;
}
}
</
style
>
</
style
>
\ No newline at end of file
base-manager-ui/admin/src/pages/basicset/site/website.vue
View file @
d42a7031
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
<
/a-col
>
<
/a-col
>
<
/a-row
>
<
/a-row
>
<
a
-
row
>
<
a
-
row
>
<
a
-
col
:
span
=
"
8
"
>
<
a
-
col
:
span
=
"
16
"
>
<
span
>
工作日:
<
/span
>
<
span
>
工作日:
<
/span
>
<
span
class
=
"
work-day
"
v
-
if
=
"
item.workday1 === 1
"
<
span
class
=
"
work-day
"
v
-
if
=
"
item.workday1 === 1
"
>
星期一
<
/spa
n
>
星期一
<
/spa
n
...
...
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