Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
6e3dd271
Commit
6e3dd271
authored
6 years ago
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
常用付款对象提示变更
parent
68b8d462
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
empBankAccount.vue
src/components/administrative/empBankAccount.vue
+2
-2
No files found.
src/components/administrative/empBankAccount.vue
View file @
6e3dd271
...
...
@@ -35,12 +35,12 @@
</el-col>
<el-col
:span=
"4"
v-if=
'addMsg.AccountClassify==2'
:gutter=
"35"
>
<el-form-item
label=
"银行:"
prop=
"BankName"
>
<el-input
type=
"text"
v-model=
"addMsg.BankName"
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.BankName"
placeholder=
"例如:中国建行"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
v-if=
'addMsg.AccountClassify!=3'
:gutter=
"35"
>
<el-form-item
:label=
"nameA"
prop=
"OpenBankName"
>
<el-input
type=
"text"
v-model=
"addMsg.OpenBankName"
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.OpenBankName"
placeholder=
"例如:锦江支行"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
v-if=
'addMsg.AccountClassify!=3'
:gutter=
"35"
>
...
...
This diff is collapsed.
Click to expand it.
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