瀏覽代碼

修改bug

Qukatie 2 年之前
父節點
當前提交
fbffc7f2dc
共有 1 個文件被更改,包括 2 次插入2 次删除
  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)