diff --git a/root/detail/bossinfo.vue b/root/detail/bossinfo.vue
index f3857dc..b03ca0a 100644
--- a/root/detail/bossinfo.vue
+++ b/root/detail/bossinfo.vue
@@ -10,7 +10,7 @@
-
+
企业地址(工作地点)
@@ -30,7 +30,7 @@
-
+
企业图库
diff --git a/root/person/about.vue b/root/person/about.vue
index 6ad06f7..c581330 100644
--- a/root/person/about.vue
+++ b/root/person/about.vue
@@ -5,7 +5,7 @@
{{ pageTitle }}
- Version {{ version }}
+ Version {{ version }}({{ rhUiVersion }})
人海云平台 技术支持
@@ -22,12 +22,18 @@ export default {
return this.G.shareFun();
},
data() {
+ let rhUiVersion = '';
+ try {
+ const pkg = require('@/uni_modules/rh-ui/package.json');
+ rhUiVersion = pkg.version || '';
+ } catch (e) {}
return {
localBaseImg: this.G.store().localBaseImg,
svgBaseImg: this.G.store().svgBaseImg,
logo: getApp().globalData.logo,
version: this.G.store().version,
pageTitle: getApp().globalData.title,
+ rhUiVersion,
};
},
created() {
diff --git a/uni_modules/rh-ui/changelog.md b/uni_modules/rh-ui/changelog.md
index 9f86f4c..71a05e4 100644
--- a/uni_modules/rh-ui/changelog.md
+++ b/uni_modules/rh-ui/changelog.md
@@ -1,3 +1,5 @@
+## 1.1.0(2026-06-11)
+版本迭代
## 1.0.939(2026-02-26)
rh-quickconfirm下拉样式
## 1.0.938(2026-02-26)
diff --git a/uni_modules/rh-ui/components/rh-job-list/rh-job-list.vue b/uni_modules/rh-ui/components/rh-job-list/rh-job-list.vue
index a607021..a7bcc78 100644
--- a/uni_modules/rh-ui/components/rh-job-list/rh-job-list.vue
+++ b/uni_modules/rh-ui/components/rh-job-list/rh-job-list.vue
@@ -74,7 +74,7 @@
-
+
{{ item.upFullName || item.upAgencyName || item.upProviderName || "-" }}
diff --git a/uni_modules/rh-ui/package.json b/uni_modules/rh-ui/package.json
index 110a8d5..811b678 100644
--- a/uni_modules/rh-ui/package.json
+++ b/uni_modules/rh-ui/package.json
@@ -1,7 +1,7 @@
{
"id": "rh-ui",
"displayName": "rh-ui",
- "version": "1.0.939",
+ "version": "1.1.0",
"description": "公司内部UI框架",
"keywords": [
"ui框架"
@@ -47,18 +47,15 @@
"client": {
"uni-app": {
"vue": {
- "vue2": {
- },
- "vue3": {
- }
+ "vue2": "√",
+ "vue3": "√"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
- "vue": {
- },
+ "vue": "√",
"nvue": "-",
"android": {
"extVersion": "",
@@ -71,8 +68,7 @@
"harmony": "-"
},
"mp": {
- "weixin": {
- },
+ "weixin": "√",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
@@ -80,7 +76,8 @@
"jd": "-",
"harmony": "-",
"qq": "-",
- "lark": "-"
+ "lark": "-",
+ "xhs": "-"
},
"quickapp": {
"huawei": "-",