cz 1 gadu atpakaļ
vecāks
revīzija
e2fa634d79

+ 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: "角色",