Commit f59e8e85 authored by zhengke's avatar zhengke

修改文字描述

parent 1e7eb594
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<button class="normalBtn" type="primary" @click="submitForm('addMsg')">{{$t('pub.saveBtn')}}</button> <button class="normalBtn" type="primary" @click="submitForm('addMsg')">{{$t('pub.saveBtn')}}</button>
</span> </span>
</p> </p>
<el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="80px" style="padding-right: 80px"> <el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="90px" style="padding-right: 80px">
<el-row > <el-row >
<el-col :span="4" :gutter="35"> <el-col :span="4" :gutter="35">
<el-form-item label="账户分类:" prop="AccountClassify"> <el-form-item label="账户分类:" prop="AccountClassify">
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" v-if='addMsg.AccountClassify==2' :gutter="35"> <el-col :span="4" v-if='addMsg.AccountClassify==2' :gutter="35">
<el-form-item label="银行:" prop="BankName"> <el-form-item label="所属机构:" prop="BankName">
<el-input type="text" v-model="addMsg.BankName" placeholder="例如:中国建行"></el-input> <el-input type="text" v-model="addMsg.BankName" placeholder="例如:中国建行"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
export default { export default {
data() { data() {
return { return {
nameA:'开户支行:', nameA:'账户名称:',
nameB:'开户人:', nameB:'开户人:',
nameC:'卡号:', nameC:'卡号:',
nameD:'账户别名:', nameD:'账户别名:',
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
this.nameD='账户别名:' this.nameD='账户别名:'
this.addMsg.AccountType='1' this.addMsg.AccountType='1'
}else if(this.addMsg.AccountClassify==2){ }else if(this.addMsg.AccountClassify==2){
this.nameA='开户支行:' this.nameA='账户名称:'
this.nameB='开户人:' this.nameB='开户人:'
this.nameC='卡号:' this.nameC='卡号:'
this.nameD='账户别名:' this.nameD='账户别名:'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment