This commit is contained in:
孟帅
2024-03-07 20:08:56 +08:00
parent 6dd8cbadad
commit 0fbc1ad47c
246 changed files with 9441 additions and 2293 deletions

View File

@@ -20,7 +20,7 @@
ref="actionRef"
:actionColumn="actionColumn"
@update:checked-row-keys="onCheckedRow"
:scroll-x="1800"
:scroll-x="1280"
>
<template #tableTitle>
<n-button
@@ -288,7 +288,7 @@
});
const actionColumn = reactive({
width: 220,
width: 240,
title: '操作',
key: 'action',
fixed: 'right',