Browse Source

修改bug

Qukatie 2 years ago
parent
commit
fbffc7f2dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/maintenance/portSurcharge/detailsPage.vue

+ 2 - 2
src/views/maintenance/portSurcharge/detailsPage.vue

@@ -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)