瀏覽代碼

bug解决

cz 1 年之前
父節點
當前提交
e2fa634d79
共有 2 個文件被更改,包括 2 次插入11 次删除
  1. 2 2
      src/views/finance/fundManage/comeAndGo/index.vue
  2. 0 9
      src/views/system/user2/index.vue

+ 2 - 2
src/views/finance/fundManage/comeAndGo/index.vue

@@ -14,7 +14,7 @@
           type: ' ',
         },
         {
-          text: '发起请款',
+          text: '添加往来',
           action: () => addModal(),
         },
       ]"
@@ -325,7 +325,7 @@ const addModal = () => {
     type: "",
     currency: "",
     amount: undefined,
-    isFlowingWater: "",
+    isFlowingWater: "0",
     accountId: "",
     remark: "",
   };

+ 0 - 9
src/views/system/user2/index.vue

@@ -121,15 +121,6 @@ const config = computed(() => {
       render(userType) {
         return userType == 1 ? "是" : "否";
       },
-    },
-    {
-      attrs: {
-        label: "系统用户",
-        prop: "userType",
-      },
-      render(userType) {
-        return userType == 1 ? "是" : "否";
-      },
     },{
       attrs: {
         label: "角色",