@@ -14,7 +14,7 @@
type: ' ',
},
{
- text: '发起请款',
+ text: '添加往来',
action: () => addModal(),
]"
@@ -325,7 +325,7 @@ const addModal = () => {
type: "",
currency: "",
amount: undefined,
- isFlowingWater: "",
+ isFlowingWater: "0",
accountId: "",
remark: "",
};
@@ -121,15 +121,6 @@ const config = computed(() => {
render(userType) {
return userType == 1 ? "是" : "否";
- },
- {
- attrs: {
- label: "系统用户",
- prop: "userType",
- render(userType) {
- return userType == 1 ? "是" : "否";
},{
attrs: {
label: "角色",