src/views/tigerprojects/system/lowcode/detail/detail.vue
@@ -128,6 +128,7 @@ GetUseForm, GetUseModals, }, ActionColumn ] = isNullOrUnDef(custImport.value['default']) ? EntityCustFunction.value : custImport.value['default'](); @@ -155,12 +156,14 @@ bordered: true, canResize: true, showIndexColumn: false, actionColumn: { width: 130, actionColumn: ActionColumn ? ActionColumn : { width: 120, title: '操作', dataIndex: 'action', slots: { customRender: 'action' }, fixed: undefined, fixed: 'right', }, //自定义操作列 });