|
@@ -121,7 +121,7 @@ const config = computed(() => {
|
|
|
label: "交易金额",
|
|
|
prop: "amount",
|
|
|
slot: "amount",
|
|
|
- width: 130,
|
|
|
+ width: 140,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -135,13 +135,14 @@ const config = computed(() => {
|
|
|
label: "资金账户",
|
|
|
prop: "accountManagementName",
|
|
|
slot: "accountManagementName",
|
|
|
+ width: 220,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "对方账户",
|
|
|
prop: "name",
|
|
|
- width: 120,
|
|
|
+ width: 220,
|
|
|
},
|
|
|
},
|
|
|
];
|