设备维护 调整字段宽度
This commit is contained in:
parent
d0febf42e0
commit
eb2ceac689
|
|
@ -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: '详情',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue