Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
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
Commits
6e2afeeb
Commit
6e2afeeb
authored
Mar 14, 2024
by
mzx
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mengzixuan' of
http://gitlab.91isoft.com:90/car-test/web
into develop
parents
1980603e
2859d9b0
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
4 deletions
+29
-4
documentReviewDialog.vue
...ase/viewStandardTerms/components/documentReviewDialog.vue
+3
-0
vehicleModelDialog.vue
...nBase/viewStandardTerms/components/vehicleModelDialog.vue
+21
-0
index.vue
src/views/informationBase/viewStandardTerms/index.vue
+1
-1
login.vue
src/views/login.vue
+1
-0
index.vue
src/views/setting/standardTerms/index.vue
+1
-1
index.vue
src/views/system/user/index.vue
+2
-2
No files found.
src/views/informationBase/viewStandardTerms/components/documentReviewDialog.vue
View file @
6e2afeeb
...
@@ -94,4 +94,7 @@ export default {
...
@@ -94,4 +94,7 @@ export default {
.el-table
{
.el-table
{
width
:
auto
;
width
:
auto
;
}
}
/
deep
/
.el-drawer__header
{
margin-bottom
:
0px
!important
;
}
</
style
>
</
style
>
src/views/informationBase/viewStandardTerms/components/vehicleModelDialog.vue
View file @
6e2afeeb
...
@@ -98,4 +98,25 @@ export default {
...
@@ -98,4 +98,25 @@ export default {
.table
{
.table
{
width
:
auto
;
width
:
auto
;
}
}
.table
thead
{
background
:
none
;
}
.table
th
{
color
:
#303133
;
font-size
:
14px
;
font-weight
:
700
;
}
.table
td
{
color
:
#606266
;
font-size
:
14px
;
font-weight
:
400
;
}
.custom_title
{
color
:
#303133
!important
;
font-size
:
18px
;
font-weight
:
400
;
}
/
deep
/
.el-drawer__header
{
margin-bottom
:
0px
!important
;
}
</
style
>
</
style
>
src/views/informationBase/viewStandardTerms/index.vue
View file @
6e2afeeb
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"button-bar"
>
<div
class=
"button-bar"
>
<page-button
<page-button
v-hasPermi=
"['setting:standard
:update
']"
v-hasPermi=
"['setting:standard
Terms:content
']"
icon=
"doc-search"
icon=
"doc-search"
title=
"检验内容"
title=
"检验内容"
@
click
.
native=
"handleUpdate(scope.row)"
@
click
.
native=
"handleUpdate(scope.row)"
...
...
src/views/login.vue
View file @
6e2afeeb
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
type=
"password"
type=
"password"
auto-complete=
"off"
auto-complete=
"off"
placeholder=
"密码"
placeholder=
"密码"
maxlength=
"20"
@
keyup
.
enter
.
native=
"handleLogin"
@
keyup
.
enter
.
native=
"handleLogin"
>
>
<iconpark-icon
slot=
"prefix"
name=
"lock"
size=
"20"
></iconpark-icon>
<iconpark-icon
slot=
"prefix"
name=
"lock"
size=
"20"
></iconpark-icon>
...
...
src/views/setting/standardTerms/index.vue
View file @
6e2afeeb
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"button-bar"
>
<div
class=
"button-bar"
>
<page-button
<page-button
v-hasPermi=
"['setting:standard
:update
']"
v-hasPermi=
"['setting:standard
Terms:content
']"
icon=
"doc-search"
icon=
"doc-search"
title=
"检验内容"
title=
"检验内容"
@
click
.
native=
"handleUpdate(scope.row)"
@
click
.
native=
"handleUpdate(scope.row)"
...
...
src/views/system/user/index.vue
View file @
6e2afeeb
...
@@ -598,9 +598,9 @@ export default {
...
@@ -598,9 +598,9 @@ export default {
password
:
[
password
:
[
{
required
:
true
,
message
:
'用户密码不能为空'
,
trigger
:
'blur'
},
{
required
:
true
,
message
:
'用户密码不能为空'
,
trigger
:
'blur'
},
{
{
min
:
5
,
min
:
6
,
max
:
20
,
max
:
20
,
message
:
'用户密码长度必须介于
5
和 20 之间'
,
message
:
'用户密码长度必须介于
6
和 20 之间'
,
trigger
:
'blur'
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