@@ -146,7 +146,8 @@
handleNativeClick(getAttrsValue(item), $event, item);
}
"
- :key="scope.row.id" />
+ :key="scope.row.id"
+ :btnNum="item.attrs.btnNum"/>
</div>
<div v-else>
{{ getValue(scope, item) }}
@@ -206,6 +206,7 @@ const config = computed(() => {
attrs: {
label: "对账单号",
prop: "code",
+ 'min-width': 200,
},
{
@@ -219,6 +220,7 @@ const config = computed(() => {
label: "客户",
prop: "departmentName",
+ width:200
@@ -263,9 +265,10 @@ const config = computed(() => {
label: "操作",
- width: 180,
+ width: 300,
align: "center",
fixed: "right",
+ btnNum: 6,
renderHTML(row) {
return [