@@ -206,13 +206,13 @@ const config = computed(() => {
width: 120,
},
- // {
- // attrs: {
- // label: "交易金额",
- // slot: "amount",
- // width: 200,
- // },
+ {
+ attrs: {
+ label: "摘要",
+ prop: "remarks",
+ "min-width": 300,
+ },
{
attrs: {
label: "对方账户",
@@ -236,12 +236,6 @@ const config = computed(() => {
- label: "摘要",
- prop: "remarks",
- },
- {
- attrs: {
label: "操作",
width: "120",
align: "center",