Ver código fonte

更改文案

谢杰标 2 anos atrás
pai
commit
dfcb141d62
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7 0
      src/views/financed/arap/index.vue

+ 7 - 0
src/views/financed/arap/index.vue

@@ -884,6 +884,13 @@ export default {
       return data;
     },
   },
+  watch: {
+    type(value) {
+      this.navText.title = ["应收应付", "机构分成", "业务员提成", "佣金结算"][
+        value
+      ];
+    },
+  },
 };
 </script>