Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
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
张冬
web-site
Commits
11df62be
Commit
11df62be
authored
Sep 29, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
title
parent
0791fce7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
17 deletions
+12
-17
aside.vue
components/aside.vue
+1
-1
homeinput.vue
components/homeinput.vue
+5
-5
index.vue
pages/index/index.vue
+1
-1
examine.vue
pages/login/examine.vue
+5
-10
No files found.
components/aside.vue
View file @
11df62be
...
...
@@ -30,7 +30,7 @@
</el-menu-item>
<el-menu-item
index=
"/notice/clarifies"
>
<i
class=
"el-icon-setting"
></i>
<span
slot=
"title"
>
补
充
答疑
</span>
<span
slot=
"title"
>
补
遗
答疑
</span>
</el-menu-item>
<el-menu-item
index=
"/notice/abortive"
>
<i
class=
"el-icon-setting"
></i>
...
...
components/homeinput.vue
View file @
11df62be
...
...
@@ -4,7 +4,7 @@
<div
class=
" images"
>
<img
src=
"~/assets/css/logo.jpg"
>
</div>
<div
class=
"head-input-title"
>
捷安
彩
</div>
<div
class=
"head-input-title"
>
捷安
采
</div>
<div
class=
"search flex-item"
>
<!--
<el-input
...
...
@@ -12,14 +12,14 @@
v-model=
"input"
clearable
class=
"el-input"
style=
"height:.42rem;"
>
</el-input>
-->
<el-input
<div
class=
"flex"
>
<el-input
placeholder=
"请输入您要搜索的公告"
v-model=
"input"
clearable
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search t11"
@
click=
"toSearch"
></i>
</el-input>
<!--
<el-button
type=
"primary"
@
click=
"toSearch"
>
搜索
</el-button>
--
>
<!--
<div
class=
"search-title flex-center t1"
>
搜索
</div>
--
>
<el-button
type=
"primary"
@
click=
"toSearch"
>
搜索
</el-button
>
</div
>
</div>
</div>
</div>
...
...
pages/index/index.vue
View file @
11df62be
...
...
@@ -169,7 +169,7 @@ import {getSecond,getListSite,getListSite1,getListSite2} from '@/common/list.js'
dynamic2
:[],
dynamic3
:[],
showDefault
:
true
,
userName
:
'Hi~欢迎来到捷安
彩
'
,
userName
:
'Hi~欢迎来到捷安
采
'
,
userHeader
:
''
,
picList
:[],
picArr
:[],
...
...
pages/login/examine.vue
View file @
11df62be
...
...
@@ -28,8 +28,8 @@
</el-form-item>
<el-form-item
label=
"注册角色"
prop=
"type"
class=
"item"
>
<el-select
v-model=
"form.type"
placeholder=
"请输入选择"
>
<el-option
label=
"采购商"
value=
"
1
"
></el-option>
<el-option
label=
"供应商"
value=
"
2
"
></el-option>
<el-option
label=
"采购商"
value=
"
采购商
"
></el-option>
<el-option
label=
"供应商"
value=
"
供应商
"
></el-option>
</el-select>
</el-form-item>
</el-form>
...
...
@@ -537,12 +537,7 @@
placeholder=
"请输入"
style=
"width: 2.4rem"
maxlength=
"10"
@
keyup
.
native=
"
$event.target.value = $event.target.value.replace(
/^\s+|\s+$/gm,
''
)
"
onkeyup=
"value=value.replace(/[^\d]/g,'')"
></el-input>
</el-form-item>
<el-form-item
label=
"联系地址"
prop=
"contactAddress"
class=
"item"
>
...
...
@@ -1028,10 +1023,10 @@ export default {
required
:
true
,
message
:
"请输入注册资本"
,
trigger
:
"blur"
,
},{
},
/*
{
pattern: /^[1-9]d*$/,
message: "你的输入有误,请重新输入!",
}
}
*/
],
businessScope
:
[
{
...
...
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