Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
cd-bid
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8d92d56a
authored
Aug 14, 2020
by
严立
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
问题修改
parent
39df3cd9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
src/components/currency-navigation.vue
src/router/router.js
src/view/personal/supplier-info-change.vue
src/view/register-supplier.vue
src/components/currency-navigation.vue
View file @
8d92d56a
...
...
@@ -37,7 +37,7 @@
{
text
:
'招标动态'
,
index
:
'information'
,
redirect
:
'/trends'
},
{
text
:
'帮助中心'
,
index
:
'information'
,
redirect
:
'/help'
},
]},
{
text
:
'关于我们'
,
index
:
'about'
,
redirect
:
'/about'
},
//
{ text: '关于我们', index: 'about', redirect: '/about' },
],
menuChild
:
[]
}
...
...
src/router/router.js
View file @
8d92d56a
...
...
@@ -59,7 +59,7 @@ export default new Router({
{
path
:
'/'
,
name
:
'help'
,
mapText
:
'帮助中心'
,
component
:
()
=>
import
(
'@/view/public/help-list.vue'
)
},
]
},
{
path
:
'/about'
,
name
:
'about'
,
mapText
:
'关于我们'
,
component
:
()
=>
import
(
'@/view/about.vue'
)
},
//
{ path: '/about', name: 'about', mapText: '关于我们', component: () => import('@/view/about.vue') },
{
path
:
'/file'
,
name
:
'file'
,
mapText
:
'预览'
,
component
:
()
=>
import
(
'@/view/pdf.vue'
)
},
...
...
src/view/personal/supplier-info-change.vue
View file @
8d92d56a
...
...
@@ -132,7 +132,7 @@
<el-input
v-model=
"formRegister.bankName"
maxlength=
"20"
placeholder=
"请输入开户行"
></el-input>
</el-form-item>
<el-form-item
label=
"银行账户:"
prop=
"bankAccount"
>
<el-input
v-model=
"formRegister.bankAccount"
maxlength=
"
2
0"
placeholder=
"请输入银行账户"
></el-input>
<el-input
v-model=
"formRegister.bankAccount"
maxlength=
"
3
0"
placeholder=
"请输入银行账户"
></el-input>
</el-form-item>
</el-form>
</div>
...
...
src/view/register-supplier.vue
View file @
8d92d56a
...
...
@@ -162,7 +162,7 @@
<el-input
v-model=
"formRegister.bankName"
maxlength=
"20"
placeholder=
"请输入开户行"
></el-input>
</el-form-item>
<el-form-item
label=
"银行账户:"
prop=
"bankAccount"
>
<el-input
v-model=
"formRegister.bankAccount"
maxlength=
"
2
0"
placeholder=
"请输入银行账户"
></el-input>
<el-input
v-model=
"formRegister.bankAccount"
maxlength=
"
3
0"
placeholder=
"请输入银行账户"
></el-input>
</el-form-item>
<el-form-item
class=
"register-info-button row con-c"
>
<el-button
type=
"primary"
@
click
.
prevent=
"onPrevious()"
>
上一步
</el-button>
...
...
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