yangg 6 gün önce
ebeveyn
işleme
295a571aec

+ 1 - 1
.env.development

@@ -6,7 +6,7 @@ ENV = 'development'
 # 本地环境接口地址 121.36.251.245
 
 
-VITE_API_URL = 'https://backend.qicai321.com'
+VITE_API_URL = 'http://192.168.100.101:8083'
 # VITE_API_URL = 'https://backend.qicai321.com'
 VITE_API_WX_URL='https://api.weixin.qq.com/'
 VITE_API_URL_MINLONG='http://117.185.80.170:7861'

+ 24 - 1
src/views/system/log/loginLog/crud.tsx

@@ -18,6 +18,29 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 	};
 	return {
 		crudOptions: {
+			toolbar:{
+				buttons:{
+					search:{show:false},
+					// 刷新按钮
+					refresh:{show:false},
+					// 紧凑模式
+					compact:{show:false},
+					// 导出按钮
+					export:{
+						text: '导出',
+						type: 'primary',
+						size: 'small',
+						icon: 'upload',
+						circle: false,
+						display: true,
+						show:false
+					},
+					// 列设置按钮
+					columns:{
+						show:false
+					},
+				}
+			},
 			request: {
 				pageRequest,
 				addRequest,
@@ -69,7 +92,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 						show: false,
 					},
 					search: {
-						show: true,
+						show: false,
 						component: {
 							props: {
 								clearable: true,

+ 23 - 1
src/views/talent/tagsList/crud.tsx

@@ -120,6 +120,24 @@ export const createCrudOptions = function ({crudExpose}: CreateCrudOptionsProps)
                         },
                     },
                 },
+              /*   search:{
+                    title: '标签名称',
+                    search: {
+                        show: true,
+                        component: {
+                            props: {
+                                clearable: true,
+                            },
+                            placeholder: '请输入标签名称',
+                        },
+                    },
+                    form: {
+                        show: false,
+                    },
+                    column: {
+                        show: false,
+                    },
+                }, */
                 name: {
                     title: '标签名称',
                     search: {
@@ -240,7 +258,7 @@ export const createCrudOptions = function ({crudExpose}: CreateCrudOptionsProps)
                 status: {
                     title: '状态',
                     search: {
-                        show: true,
+                        show: false,
                     },
                     type: 'dict-radio',
                     dict: dict({
@@ -250,16 +268,20 @@ export const createCrudOptions = function ({crudExpose}: CreateCrudOptionsProps)
                         ],
                     }),
                     form: {
+                        show: false,
                         value: true,
                         component: {
+                            show: false,
                             span: 24,
                         }
                     },
                     column: {
+                        show: false,
                         width: 160,  formatter: (context: any) => {
                                 return context.row.status ? '启用' : '禁用';
                             },
                             component: {
+                                
                                 name: 'el-tag',
                                 props: (context: any) => {
                                     return {