Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-company
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
binhai-jiaoguan
binhai-company
Commits
442e56f6
Commit
442e56f6
authored
Dec 09, 2023
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
34f0a59b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
index.vue
src/views/informationReport/affiliatedVehicles/index.vue
+9
-9
index.vue
...ews/informationReport/qualificationPractitioner/index.vue
+3
-3
No files found.
src/views/informationReport/affiliatedVehicles/index.vue
View file @
442e56f6
...
...
@@ -76,15 +76,15 @@
@
click=
"handleAdd"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<el-upload
class=
"upload-demo"
style=
"float: right"
:show-file-list=
"false"
>
<el-button
size=
"mini"
icon=
"el-icon-download"
plain
type=
"warning"
>
导入
</el-button
>
</el-upload
>
</el-col
>
<!--
<el-col
:span=
"1.5"
>
--
>
<!--
<el-upload-->
<!-- class="upload-demo"-->
<!-- style="float: right"-->
<!-- :show-file-list="false"-->
<!-- >--
>
<!--
<el-button
size=
"mini"
icon=
"el-icon-download"
plain
type=
"warning"
>
导入
</el-button>
--
>
<!--
</el-upload>
--
>
<!--
</el-col>
--
>
<right-toolbar
:show-search
.
sync=
"showSearch"
@
queryTable=
"getList"
/>
</el-row>
...
...
src/views/informationReport/qualificationPractitioner/index.vue
View file @
442e56f6
...
...
@@ -349,13 +349,13 @@ export default {
{
required
:
true
,
message
:
'从业资格证编号不能为空'
,
trigger
:
'blur'
}
],
firstDate
:
[
{
required
:
true
,
message
:
'初次发证日期
YYYY-MM-DD
不能为空'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'初次发证日期不能为空'
,
trigger
:
'blur'
}
],
currentsDate
:
[
{
required
:
true
,
message
:
'本次发证日期
YYYY-MM-DD
不能为空'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'本次发证日期不能为空'
,
trigger
:
'blur'
}
],
deadlineDate
:
[
{
required
:
true
,
message
:
'有效截至日期
YYYY-MM-DD
不能为空'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'有效截至日期不能为空'
,
trigger
:
'blur'
}
],
practiceCertOrg
:
[
{
required
:
true
,
message
:
'从业证发证机构不能为空'
,
trigger
:
'blur'
}
...
...
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