From 267d71b7977587a050f399aa0ccfb264e1c16a77 Mon Sep 17 00:00:00 2001
From: liaoboping <2824044657@qq.com>
Date: Wed, 17 Jul 2024 15:00:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E7=B1=BB=E5=9E=8B=EF=BC=9A?=
=?UTF-8?q?=E6=96=B0=E9=97=BB/=E5=85=9A=E5=BB=BA=EF=BC=8C=E6=8B=9B?=
=?UTF-8?q?=E8=81=98=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/.env.production | 1 +
ruoyi-ui/package.json | 1 +
ruoyi-ui/src/views/official/jobInfo/index.vue | 262 +++++++++++++-----
.../src/views/official/slideshow/index.vue | 55 +++-
ruoyi-ui/vue.config.js | 4 +-
5 files changed, 236 insertions(+), 87 deletions(-)
diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production
index f345ba0..9b40086 100644
--- a/ruoyi-ui/.env.production
+++ b/ruoyi-ui/.env.production
@@ -6,6 +6,7 @@ ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
+VUE_APP_API_TARGET_URL = 'http://47.121.27.78:8080/'
# 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/'
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index 61c8a7b..d65c25f 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
+ "dev:prod": "vue-cli-service serve --mode=production",
"build:prod": "vue-cli-service build",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src"
diff --git a/ruoyi-ui/src/views/official/jobInfo/index.vue b/ruoyi-ui/src/views/official/jobInfo/index.vue
index eee26db..4c7ea50 100644
--- a/ruoyi-ui/src/views/official/jobInfo/index.vue
+++ b/ruoyi-ui/src/views/official/jobInfo/index.vue
@@ -8,10 +8,6 @@
clearable
@keyup.enter.native="handleQuery"/>
-
-
-
+
@@ -76,26 +72,10 @@
@keyup.enter.native="handleQuery"
/>
-
+
-
-
-
-
-
-
@@ -150,26 +130,50 @@
-
+
-
-
+
- {{ parseTime(scope.row.releaseTime, '{y}-{m}-{d}') }}
+ {{ parseTime(scope.row.releaseTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
-
-
-
-
-
-
+
+
+
+ {{ row.jobDuties }}
+
+
+
+
+ {{ row.qualification }}
+
+
+
-
+
-
-
+
+ $set(form, 'postStatement', v.join(','))"
+ placeholder="请选择职级"
+ multiple
+ style="width: 100%;"
+ >
+
+
-
+
+ $set(form, 'salaryRange', v.map(n => n + 'k').join('-'))"
+ range
+ :min="0"
+ :max="100"
+ >
-
-
-
-
+ $set(form, 'baseSite', v.map(item => item[1]).join(','))"
+ :options="locationOptions"
+ :show-all-levels="false"
+ placeholder="请选择工作地点"
+ :props="{ multiple: true, value: 'label' }"
+ style="width: 100%;"
+ >
-
-
-
-
-
-
-
-
+
+ $set(form, 'ageRange', v.join('-') + '岁')"
+ range
+ :min="18"
+ :max="50"
+ >
+
+
+
+
+
+
+
+
+
+
+
+ 否
+ 是
+
+
+
+
-
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+