设备维护 调整字段宽度
This commit is contained in:
parent
d0febf42e0
commit
eb2ceac689
|
|
@ -89,7 +89,7 @@ import {ref, reactive, computed, unref, defineProps} from 'vue';
|
|||
canResize:false,
|
||||
showIndexColumn: true,
|
||||
actionColumn: {
|
||||
width: 180,
|
||||
width: 130,
|
||||
fixed:'right'
|
||||
},
|
||||
beforeFetch: (params) => {
|
||||
|
|
@ -168,7 +168,7 @@ import {ref, reactive, computed, unref, defineProps} from 'vue';
|
|||
// },
|
||||
// }
|
||||
// ]
|
||||
const actions = [{}];
|
||||
const actions = [];
|
||||
actions.push(
|
||||
{
|
||||
label: '详情',
|
||||
|
|
|
|||
Loading…
Reference in New Issue