Commit 990ea2e1 authored by 黄奎's avatar 黄奎

页面修改

parent c4b86246
...@@ -102,10 +102,10 @@ ...@@ -102,10 +102,10 @@
Name: "微信支付宝" Name: "微信支付宝"
} }
], ],
nameA:"账号名称", nameA: "账号名称",
nameB:"开户人", nameB: "开户人",
nameC:"卡号", nameC: "卡号",
nameD:"账号别名", nameD: "账号别名",
} }
}, },
created() { created() {
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
}, },
methods: { methods: {
changeTitle() { changeTitle() {
if (this.addMsg.AccountClassify == 1) { if (this.addMsg.AccountClassify == 1) {
this.nameA = this.$t("ground.pingtaimingcheng") this.nameA = this.$t("ground.pingtaimingcheng")
this.nameB = this.$t("ground.yonghumingcheng") this.nameB = this.$t("ground.yonghumingcheng")
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
createStuBill() { createStuBill() {
saveStudentBackFinance(this.FinanceMsg).then(res => { saveStudentBackFinance(this.FinanceMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.persistent = false; this.persistent = false;
this.$q.notify({ this.$q.notify({
icon: 'iconfont icon-chenggong', icon: 'iconfont icon-chenggong',
color: 'accent', color: 'accent',
......
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