yangfeng
2023-10-17 d3c0cce8e77ea1986b2cd0c82135d926f1e2137a
src/views/sales/quotation/index.vue
@@ -224,9 +224,9 @@
    },
    // 新建
    addBtnClick() {
      this.editConfig.visible = true
      this.editConfig.title = "新建"
      this.editConfig.infomation = { ...this.addConfig, currency: "人民币" }
      this.editConfig.visible = true
    },
    // 编辑
    handleClick(row) {