Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
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
吴迪
gs1
Commits
ec8fbe8a
Commit
ec8fbe8a
authored
Dec 26, 2021
by
tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 优化
parent
62707bf3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
+10
-1
internal.vue
src/views/Search/internal.vue
+7
-0
caseHealthcare.vue
src/views/Service/Partners/caseHealthcare.vue
+1
-1
register.vue
src/views/User/register.vue
+2
-0
No files found.
src/views/Search/internal.vue
View file @
ec8fbe8a
...
@@ -322,6 +322,13 @@ export default {
...
@@ -322,6 +322,13 @@ export default {
this
.
activeName
=
'first'
this
.
activeName
=
'first'
this
.
company
=
this
.
$route
.
query
.
type
this
.
company
=
this
.
$route
.
query
.
type
this
.
companySearch
.
name
=
this
.
$route
.
query
.
keyword
this
.
companySearch
.
name
=
this
.
$route
.
query
.
keyword
if
(
this
.
company
===
CODE
)
{
this
.
companySearch
.
code
=
this
.
$route
.
query
.
keyword
;
}
else
if
(
this
.
company
===
NAME
)
{
this
.
companySearch
.
name
=
this
.
$route
.
query
.
keyword
;
}
else
{
this
.
companySearch
.
address
=
this
.
$route
.
query
.
keyword
;
}
}
}
}
}
},
},
...
...
src/views/Service/Partners/caseHealthcare.vue
View file @
ec8fbe8a
...
@@ -28,7 +28,7 @@ export default {
...
@@ -28,7 +28,7 @@ export default {
this
.
$store
.
commit
(
"system/SET_BREADCRUMB"
,
[
this
.
$store
.
commit
(
"system/SET_BREADCRUMB"
,
[
{
name
:
"服务中心"
,
path
:
"/Service/BarcodeV"
},
{
name
:
"服务中心"
,
path
:
"/Service/BarcodeV"
},
{
name
:
"标准服务提供商"
,
path
:
"/Service/Partners/index"
},
{
name
:
"标准服务提供商"
,
path
:
"/Service/Partners/index"
},
{
name
:
"GS1标准服务提供商案例"
,
path
:
"/Service/Partners/Case"
},
{
name
:
"GS1标准服务提供商案例"
,
path
:
"/Service/Partners/Case
List
"
},
{
name
:
"GS1标准服务提供商医疗行业案例"
},
{
name
:
"GS1标准服务提供商医疗行业案例"
},
]);
]);
},
},
...
...
src/views/User/register.vue
View file @
ec8fbe8a
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
message: '注:用户名不能全为数字,且长度不得超过10字符',
message: '注:用户名不能全为数字,且长度不得超过10字符',
},]">
},]">
<el-input
v-model=
'form.userName'
autocomplete=
'off'
></el-input>
<el-input
v-model=
'form.userName'
autocomplete=
'off'
></el-input>
<p
style=
"font-size: 13px;font-weight: 400;color: #F23535;line-height: 20px"
>
注:用户名不能全为数字,且长度不得超过10字符
</p>
</el-form-item>
</el-form-item>
<el-form-item
label=
'E-mail地址'
<el-form-item
label=
'E-mail地址'
...
@@ -69,6 +70,7 @@
...
@@ -69,6 +70,7 @@
{ pattern: pwdPattern, message: '密码为6~20位字符'},
{ pattern: pwdPattern, message: '密码为6~20位字符'},
{ validator:validatePass,}]"
>
{ validator:validatePass,}]"
>
<el-input
type=
'password'
placeholder=
"请输入密码"
v-model=
'form.password'
></el-input>
<el-input
type=
'password'
placeholder=
"请输入密码"
v-model=
'form.password'
></el-input>
<p
style=
"font-size: 13px;font-weight: 400;color: #F23535;line-height: 20px"
>
注:密码为6~20位字符
</p>
</el-form-item>
</el-form-item>
<el-form-item
label=
'重复密码'
<el-form-item
label=
'重复密码'
...
...
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