|
@@ -10,7 +10,7 @@ import Cookies from 'js-cookie';
|
|
|
import { successMessage } from '/@/utils/message';
|
|
|
import { dictionary } from '/@/utils/dictionary';
|
|
|
import { APIResponseData } from '../columns/types';
|
|
|
-import { h } from 'vue';
|
|
|
+import { computed, h } from 'vue';
|
|
|
|
|
|
export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOptionsRet {
|
|
|
const pageRequest = async (query: UserPageQuery) => {
|
|
@@ -559,6 +559,13 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
|
// }),
|
|
|
},
|
|
|
form: {
|
|
|
+ wrapper: {
|
|
|
+ buttons: {
|
|
|
+ ok:{
|
|
|
+ text:'提交',
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
row: { gutter: 20 },
|
|
|
group: {
|
|
|
groupType: "tabs", //collapse, tabs
|