@@ -277,25 +277,25 @@ const config = computed(() => {
attrs: {
label: "归属公司",
prop: "corporationName",
+ width: 180,
},
- width: 180,
{
label: "归属部门",
prop: "deptName",
+ width: 140,
- width: 140,
label: "请款类型",
prop: "type",
+ width: 120,
render(type) {
return proxy.dictDataEcho(type, fundsType.value);
- width: 120,