فهرست منبع

企业开业时间非必填

Xiao_123 7 ماه پیش
والد
کامیت
7bd0400ad7

+ 2 - 2
src/views/recruit/enterprise/entInfoSetting/informationSettingsComponents/basicInfo.vue

@@ -143,11 +143,11 @@ const formItems = ref({
       key: 'openTime',
       dateType: 'date', // 时间类型 year month date time
       value: null,
-      label: '开业时间 *',
+      label: '开业时间',
       col: 6,
       flexStyle: 'mr-3',
       outlined: true,
-      rules: [v => !!v || '请选择开业时间']
+      // rules: [v => !!v || '请选择开业时间']
       // options: {},
     },
     {

+ 2 - 4
src/views/recruit/enterprise/search/recommend/index.vue

@@ -107,10 +107,8 @@ getData()
 
 // 推荐
 const handleChange = () => {
-  if (query.value.jobId) {
-    query.value.pageNo = 1
-    getData()
-  }
+  query.value.pageNo = 1
+  getData()
 }
 
 // 分页

+ 3 - 3
src/views/recruit/personal/home/index.vue

@@ -102,8 +102,8 @@ const handleOpenAdvertise = () => {
 }
 .banner {
   width: 100%;
-  height: 80px;
-  background: url("@/assets/headerBg.jpg") no-repeat center center;
-  background-size: cover;
+  height: 110px;
+  background: url("@/assets/headerBg.jpg") no-repeat;
+  background-size: contain;
 }
 </style>