|
@@ -204,7 +204,7 @@ export default {
|
|
|
this.form.corpName = row.cname
|
|
|
},
|
|
|
addRow() {
|
|
|
- this.dataList.push({ currency: 'CYN', type: 2, $cellEdit: true });
|
|
|
+ this.dataList.push({ currency: 'CNY', type: 2, $cellEdit: true });
|
|
|
},
|
|
|
rowCell(row, index) {
|
|
|
this.$refs.crud.rowCell(row, index)
|
|
@@ -239,7 +239,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
addRow2() {
|
|
|
- this.dataList2.push({ currency: 'CYN', type: 3, $cellEdit: true });
|
|
|
+ this.dataList2.push({ currency: 'CNY', type: 3, $cellEdit: true });
|
|
|
},
|
|
|
rowCell2(row, index) {
|
|
|
this.$refs.crud2.rowCell(row, index)
|