设备维护 调整字段宽度

This commit is contained in:
1378012178@qq.com 2026-01-22 15:06:19 +08:00
parent d0febf42e0
commit eb2ceac689
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ import {ref, reactive, computed, unref, defineProps} from 'vue';
canResize:false, canResize:false,
showIndexColumn: true, showIndexColumn: true,
actionColumn: { actionColumn: {
width: 180, width: 130,
fixed:'right' fixed:'right'
}, },
beforeFetch: (params) => { beforeFetch: (params) => {
@ -168,7 +168,7 @@ import {ref, reactive, computed, unref, defineProps} from 'vue';
// }, // },
// } // }
// ] // ]
const actions = [{}]; const actions = [];
actions.push( actions.push(
{ {
label: '详情', label: '详情',