yangg 3 روز پیش
والد
کامیت
ef1142b9e2

+ 1 - 1
.env.development

@@ -6,7 +6,7 @@ ENV = 'development'
 # 本地环境接口地址 121.36.251.245
 
 
-VITE_API_URL = 'http://192.168.100.187:8083'
+VITE_API_URL = 'https://backend.qicai321.com'
 # 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'

+ 2 - 1
src/views/JobApplication/list/crud.tsx

@@ -201,7 +201,8 @@ export const createCrudOptions = function ({ crudExpose, context}: CreateCrudOpt
 						size: 'small',
 						icon: 'upload',
 						circle: false,
-						display: true
+						display: true,
+						show:false
 					},
 					// 列设置按钮
 					columns:{

+ 2 - 2
src/views/JobApplication/list/index.vue

@@ -49,7 +49,7 @@
 					<div class="tree-item" :class="{ active: activeNode === 'status-1' }" @click="handleNodeClick({ type: 'status', value: 0, id: 'status-1' })">
 						<div class="item-content">
 							<el-icon><Clock /></el-icon>
-							<span>待面试</span>
+							<span>待通知</span>
 						</div>
 						<div class="item-count" v-if="statusCounts[1]">{{ statusCounts[1] }}</div>
 					</div>
@@ -58,7 +58,7 @@
 					<div class="tree-item" :class="{ active: activeNode === 'status-2' }" @click="handleNodeClick({ type: 'status', value: 2, id: 'status-2' })">
 						<div class="item-content">
 							<el-icon><ArrowRight /></el-icon>
-							<span>已面试</span>
+							<span>已面试待处理</span>
 						</div>
 						<div class="item-count" v-if="statusCounts[2]">{{ statusCounts[2] }}</div>
 					</div>

+ 2 - 1
src/views/digitalHuman/list/crud.tsx

@@ -113,7 +113,8 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 						size: 'small',
 						icon: 'upload',
 						circle: false,
-						display: true
+						display: true,
+						show:false
 					},
 					// 列设置按钮
 					columns:{

+ 2 - 1
src/views/position/Jobcompetency/crud.tsx

@@ -63,7 +63,8 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 						size: 'small',
 						icon: 'upload',
 						circle: false,
-						display: true
+						display: true,
+						show:false
 					},
 					// 列设置按钮
 					columns:{

+ 2 - 1
src/views/position/list/crud.tsx

@@ -47,7 +47,8 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
 						size: 'small',
 						icon: 'upload',
 						circle: false,
-						display: true
+						display: true,
+						show:false
 					},
 					// 列设置按钮
 					columns:{

+ 2 - 1
src/views/questionBank/classList/crud.tsx

@@ -51,7 +51,8 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 						size: 'small',
 						icon: 'upload',
 						circle: false,
-						display: true
+						display: true,
+						show:false
 					},
 					// 列设置按钮
 					columns:{

+ 2 - 1
src/views/questionBank/labelList/crud.tsx

@@ -51,7 +51,8 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 						size: 'small',
 						icon: 'upload',
 						circle: false,
-						display: true
+						display: true,
+						show:false
 					},
 					// 列设置按钮
 					columns:{

+ 2 - 1
src/views/questionBank/list/crud.tsx

@@ -268,7 +268,8 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
 						size: 'small',
 						icon: 'upload',
 						circle: false,
-						display: true
+						display: true,
+						show:false
 					},
 					// 列设置按钮
 					columns:{

+ 2 - 1
src/views/questionBank/positionList/crud.tsx

@@ -79,7 +79,8 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 						size: 'small',
 						icon: 'upload',
 						circle: false,
-						display: true
+						display: true,
+						show:false
 					},
 					// 列设置按钮
 					columns:{

+ 2 - 1
src/views/talent/list/crud.tsx

@@ -207,7 +207,8 @@ export const createCrudOptions = function ({ crudExpose, context}: CreateCrudOpt
 						size: 'small',
 						icon: 'upload',
 						circle: false,
-						display: true
+						display: true,
+						show:false
 					},
 					// 列设置按钮
 					columns:{

+ 2 - 1
src/views/talent/overseas/crud.tsx

@@ -207,7 +207,8 @@ export const createCrudOptions = function ({ crudExpose, context}: CreateCrudOpt
 						size: 'small',
 						icon: 'upload',
 						circle: false,
-						display: true
+						display: true,
+						show:false
 					},
 					// 列设置按钮
 					columns:{