From a19458c12df963ea48f8d96dd0422a5f97b730cd Mon Sep 17 00:00:00 2001
From: lijie_ycrj <1540286404@qq.com>
Date: Thu, 6 Nov 2025 15:15:17 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B8=AE=E6=89=B6=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageB/priority/helpFilter.vue | 965 +++++++++---------
packageB/priority/helpFollow.vue | 879 ++++++++--------
pages.json | 16 +-
pages/index/components/index-one.vue | 9 +
uni_modules/uni-icons/changelog.md | 6 +-
.../components/uni-icons/uni-icons.uvue | 158 +--
.../components/uni-icons/uni-icons.vue | 6 +-
uni_modules/uni-icons/package.json | 110 +-
uni_modules/uni-steps/changelog.md | 18 +
.../components/uni-steps/uni-steps.vue | 280 +++++
uni_modules/uni-steps/package.json | 87 ++
uni_modules/uni-steps/readme.md | 13 +
12 files changed, 1528 insertions(+), 1019 deletions(-)
create mode 100644 uni_modules/uni-steps/changelog.md
create mode 100644 uni_modules/uni-steps/components/uni-steps/uni-steps.vue
create mode 100644 uni_modules/uni-steps/package.json
create mode 100644 uni_modules/uni-steps/readme.md
diff --git a/packageB/priority/helpFilter.vue b/packageB/priority/helpFilter.vue
index 5e41f6d..ad3a496 100644
--- a/packageB/priority/helpFilter.vue
+++ b/packageB/priority/helpFilter.vue
@@ -1,497 +1,500 @@
-
-
-
-
-
-
- 人员姓名:
-
-
-
-
- 身份证号:
-
-
-
-
- 帮扶类型:
-
- {{filters.helpType || '请选择帮扶类型'}}
-
-
-
-
- 帮扶人员:
-
-
-
-
- 所属区域:
-
- {{filters.region || '请选择所属区域'}}
-
-
-
-
- 帮扶时间:
-
-
- 至
-
+
+
+
+
+
+ 筛选条件
+
+
+
+
+
+
+
+
+
+
+
+ 人员姓名:
+
+
+
+
+
+ 身份证号:
+
+
+
+
+
+ 帮扶类型:
+
+ {{ helpTypes[helpTypeIndex] || '请选择帮扶类型' }}
+
+
+
+
+
+ 帮扶人员:
+
+
+
+
+
+ 所属区域:
+
+ {{ regions[regionIndex] || '请选择所属区域' }}
+
+
+
+
+
+ 开始时间:
+
+ {{ formData.startTime || '请选择开始时间' }}
+
+
+
+
+
+ 结束时间:
+
+ {{ formData.endTime || '请选择结束时间' }}
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 联系电话:
- {{record.phone}}
-
-
-
-
- 身份证号:
- {{record.idCard}}
-
-
-
-
- 所属区域:
- {{record.region}}
-
-
-
-
- 帮扶人员:
- {{record.helperName}}
-
-
-
-
- 帮扶单位:
- {{record.helperUnit}}
-
-
-
-
- 帮扶日期:
- {{record.helpDate}}
-
-
-
-
- 下次联系:
- {{record.nextContactDate}}
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 帮扶记录列表
+
+
+
+ 共7条记录
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+ {{item.type}}
+
+
+
+
+
+
+ 联系电话:
+
+
+
+ {{item.phone}}
+
+
+
+
+
+
+ 身份证号:
+
+
+
+ {{item.idCard}}
+
+
+
+
+
+
+ 所属区域:
+
+
+
+ {{item.region}}
+
+
+
+
+
+
+ 帮扶人员:
+
+
+
+ {{item.helperName}}
+
+
+
+
+
+
+ 帮扶单位:
+
+
+
+ {{item.unit}}
+
+
+
+
+
+
+ 帮扶日期:
+
+
+
+ {{item.assistanceDate}}
+
+
+
+
+
+
+ 下次联系:
+
+
+
+ {{item.nextContact}}
+
+
+
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file
+ border: 2rpx solid #FF7D26;
+ font-size: 24rpx
+ color: #F1690E
+ padding: 4rpx 10rpx
+.form-item
+ display: flex
+ align-items: center
+ justify-content: space-between
+ margin-top: 30rpx
+.item-left
+ display: flex
+ align-items: center
+.item-img
+ width: 26rpx
+ height: 26rpx
+ margin-right: 10rpx
+.item-label
+ font-size: 26rpx
+ color: #B3B3B3
+.item-right
+ font-size: 26rpx
+ color: #737373
+.form-btns
+ margin-top:30rpx
+.form-box-btn
+ border-radius: 50rpx !important
+ margin-right: 24rpx
+ padding: 0rpx 40rpx
+.detail-btn
+ background: #EDF5FF
+ border: 1px solid #3088FF
+ font-size: 28rpx
+ color: #3088FF
+.follow-btn
+ background: #EEF9F3
+ border: 1px solid #00933E
+ font-size: 28rpx
+ color: #00933E
+.recommend-btn
+ background: linear-gradient(92deg, #0DCCFF 0%, #4760FF 100%)
+ font-size: 28rpx
+ color: #FFFFFF
+
diff --git a/packageB/priority/helpFollow.vue b/packageB/priority/helpFollow.vue
index 1daf656..893c672 100644
--- a/packageB/priority/helpFollow.vue
+++ b/packageB/priority/helpFollow.vue
@@ -1,442 +1,503 @@
-
-
-
-
-
-
-
- 人员姓名
- {{personInfo.personName}}
-
-
-
- 帮扶类型
- {{personInfo.helpType}}
-
-
-
-
-
- 新增跟进记录
-
-
- 跟进日期:
-
-
-
-
- 跟进方式:
-
- {{followData.followMethod || '请选择跟进方式'}}
-
-
-
-
- 跟进内容:
-
-
-
-
- 跟进结果:
-
-
-
-
- 下一步计划:
-
-
-
-
- 下次联系:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 跟进方式:
- {{record.method}}
+
+
+
+
+
+
+ 人员姓名
+
+
+ 王小美
+
+
+
+
+
+ 帮扶类型
+
+
+ 招聘岗位推荐
+
+
+
+
+
+
+ 新增跟进记录
+
+
+
+
+
+
+
+
+
+ {{ formData.followDate || '请选择跟进日期' }}
+
+
+
+
+
+
+ {{ followMethods[methodIndex] || '请选择跟进方式' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ formData.nextContactDate || '请选择下次联系时间' }}
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+ 跟进历史记录
+
+
+
+ 共7条记录
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file
+:deep(.uni-steps__column-circle )
+ width: 24rpx !important
+ height: 24rpx !important
+ background: radial-gradient(circle,
+ #00C0FA 0%,
+ #015EEA 50%,
+ #FFFFFF 51%,
+ #FFFFFF 100%) !important
+ border-radius: 50%
+ border: 2rpx solid #015EEA
+:deep(.uni-steps__column-title)
+ font-size: 28rpx !important
+ color: #006CFF !important
+ margin-bottom: 24rpx
+:deep(.uni-steps__column-desc)
+ font-size: 28rpx
+ color: #898989 !important
+ line-height: 1.5
+:deep(.uni-steps__column-text )
+ padding: 16rpx 0 !important
+ border: none
+:deep(.uni-steps__column-line)
+ background-color: #368BFF !important
+:deep(.uni-steps__column-line--before)
+ background-color:rgba(0,0,0,0) !important
+
diff --git a/pages.json b/pages.json
index 3c9bd93..ae2075a 100644
--- a/pages.json
+++ b/pages.json
@@ -369,7 +369,21 @@
"navigationBarTitleText": "查看成绩",
"navigationBarTitleTextSize": "30rpx"
}
- }
+ },
+ {
+ "path": "priority/helpFilter",
+ "style": {
+ "navigationBarTitleText": "筛选和帮扶",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ },
+ {
+ "path": "priority/helpFollow",
+ "style": {
+ "navigationBarTitleText": "跟进",
+ "navigationBarTitleTextSize": "30rpx"
+ }
+ }
]
},
{
diff --git a/pages/index/components/index-one.vue b/pages/index/components/index-one.vue
index 28212ea..fd86a5c 100644
--- a/pages/index/components/index-one.vue
+++ b/pages/index/components/index-one.vue
@@ -130,6 +130,12 @@
测试页面
+
+
+
+
+ 帮扶
+
@@ -742,6 +748,9 @@ const handleLiveClick = () => {
const navToTestPage = () => {
navTo('/pages/test/homepage-test');
};
+const navToPage = () =>{
+ navTo('/packageB/priority/helpFilter');
+}
async function loadData() {
try {
diff --git a/uni_modules/uni-icons/changelog.md b/uni_modules/uni-icons/changelog.md
index 0261131..62e7682 100644
--- a/uni_modules/uni-icons/changelog.md
+++ b/uni_modules/uni-icons/changelog.md
@@ -1,5 +1,7 @@
-## 2.0.10(2024-06-07)
-- 优化 uni-app x 中,size 属性的类型
+## 2.0.12(2025-08-26)
+- 优化 uni-app x 下 size 类型问题
+## 2.0.11(2025-08-18)
+- 修复 图标点击事件返回
## 2.0.9(2024-01-12)
fix: 修复图标大小默认值错误的问题
## 2.0.8(2023-12-14)
diff --git a/uni_modules/uni-icons/components/uni-icons/uni-icons.uvue b/uni_modules/uni-icons/components/uni-icons/uni-icons.uvue
index ce307c1..d2ef35a 100644
--- a/uni_modules/uni-icons/components/uni-icons/uni-icons.uvue
+++ b/uni_modules/uni-icons/components/uni-icons/uni-icons.uvue
@@ -1,91 +1,91 @@
-
- {{unicode}}
-
+
+ {{unicode}}
+
diff --git a/uni_modules/uni-icons/components/uni-icons/uni-icons.vue b/uni_modules/uni-icons/components/uni-icons/uni-icons.vue
index 9634a9c..a8a7332 100644
--- a/uni_modules/uni-icons/components/uni-icons/uni-icons.vue
+++ b/uni_modules/uni-icons/components/uni-icons/uni-icons.vue
@@ -85,8 +85,8 @@
}
},
methods: {
- _onClick() {
- this.$emit('click')
+ _onClick(e) {
+ this.$emit('click', e)
}
}
}
@@ -107,4 +107,4 @@
text-decoration: none;
text-align: center;
}
-
+
\ No newline at end of file
diff --git a/uni_modules/uni-icons/package.json b/uni_modules/uni-icons/package.json
index 6b681b4..60e45f0 100644
--- a/uni_modules/uni-icons/package.json
+++ b/uni_modules/uni-icons/package.json
@@ -1,7 +1,7 @@
{
"id": "uni-icons",
"displayName": "uni-icons 图标",
- "version": "2.0.10",
+ "version": "2.0.12",
"description": "图标组件,用于展示移动端常见的图标,可自定义颜色、大小。",
"keywords": [
"uni-ui",
@@ -11,12 +11,14 @@
],
"repository": "https://github.com/dcloudio/uni-ui",
"engines": {
- "HBuilderX": "^3.2.14"
+ "HBuilderX": "^3.2.14",
+ "uni-app": "^4.08",
+ "uni-app-x": "^4.61"
},
"directories": {
"example": "../../temps/example_temps"
},
-"dcloudext": {
+ "dcloudext": {
"sale": {
"regular": {
"price": "0.00"
@@ -34,56 +36,76 @@
"permissions": "无"
},
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
- "type": "component-vue"
+ "type": "component-vue",
+ "darkmode": "x",
+ "i18n": "x",
+ "widescreen": "x"
},
"uni_modules": {
- "dependencies": ["uni-scss"],
+ "dependencies": [
+ "uni-scss"
+ ],
"encrypt": [],
"platforms": {
"cloud": {
- "tcb": "y",
- "aliyun": "y",
- "alipay": "n"
+ "tcb": "x",
+ "aliyun": "x",
+ "alipay": "x"
},
"client": {
- "App": {
- "app-vue": "y",
- "app-nvue": "y",
- "app-uvue": "y"
+ "uni-app": {
+ "vue": {
+ "vue2": "√",
+ "vue3": "√"
+ },
+ "web": {
+ "safari": "√",
+ "chrome": "√"
+ },
+ "app": {
+ "vue": "√",
+ "nvue": "-",
+ "android": {
+ "extVersion": "",
+ "minVersion": "29"
+ },
+ "ios": "√",
+ "harmony": "√"
+ },
+ "mp": {
+ "weixin": "√",
+ "alipay": "√",
+ "toutiao": "√",
+ "baidu": "√",
+ "kuaishou": "-",
+ "jd": "-",
+ "harmony": "-",
+ "qq": "√",
+ "lark": "-"
+ },
+ "quickapp": {
+ "huawei": "√",
+ "union": "√"
+ }
},
- "H5-mobile": {
- "Safari": "y",
- "Android Browser": "y",
- "微信浏览器(Android)": "y",
- "QQ浏览器(Android)": "y"
- },
- "H5-pc": {
- "Chrome": "y",
- "IE": "y",
- "Edge": "y",
- "Firefox": "y",
- "Safari": "y"
- },
- "小程序": {
- "微信": "y",
- "阿里": "y",
- "百度": "y",
- "字节跳动": "y",
- "QQ": "y",
- "钉钉": "y",
- "快手": "y",
- "飞书": "y",
- "京东": "y"
- },
- "快应用": {
- "华为": "y",
- "联盟": "y"
- },
- "Vue": {
- "vue2": "y",
- "vue3": "y"
+ "uni-app-x": {
+ "web": {
+ "safari": "√",
+ "chrome": "√"
+ },
+ "app": {
+ "android": {
+ "extVersion": "",
+ "minVersion": "29"
+ },
+ "ios": "√",
+ "harmony": "√"
+ },
+ "mp": {
+ "weixin": "√"
+ }
}
}
}
}
-}
+}
\ No newline at end of file
diff --git a/uni_modules/uni-steps/changelog.md b/uni_modules/uni-steps/changelog.md
new file mode 100644
index 0000000..04367d8
--- /dev/null
+++ b/uni_modules/uni-steps/changelog.md
@@ -0,0 +1,18 @@
+## 1.1.2(2024-03-28)
+- 修复 uni-steps为竖排列时,文本长度过长引起点错乱的bug
+## 1.1.1(2021-11-22)
+- 修复 vue3中某些scss变量无法找到的问题
+## 1.1.0(2021-11-19)
+- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
+- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-steps](https://uniapp.dcloud.io/component/uniui/uni-steps)
+## 1.0.8(2021-05-12)
+- 新增 项目示例地址
+## 1.0.7(2021-05-06)
+- 修复 uni-steps 横向布局时,多行文字高度不合理的 bug
+## 1.0.6(2021-04-21)
+- 优化 添加依赖 uni-icons, 导入后自动下载依赖
+## 1.0.5(2021-02-05)
+- 优化 组件引用关系,通过uni_modules引用组件
+
+## 1.0.4(2021-02-05)
+- 调整为uni_modules目录规范
diff --git a/uni_modules/uni-steps/components/uni-steps/uni-steps.vue b/uni_modules/uni-steps/components/uni-steps/uni-steps.vue
new file mode 100644
index 0000000..81017fc
--- /dev/null
+++ b/uni_modules/uni-steps/components/uni-steps/uni-steps.vue
@@ -0,0 +1,280 @@
+
+
+
+
+
+ {{item.title}}
+ {{item.desc}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/uni_modules/uni-steps/package.json b/uni_modules/uni-steps/package.json
new file mode 100644
index 0000000..4145ce9
--- /dev/null
+++ b/uni_modules/uni-steps/package.json
@@ -0,0 +1,87 @@
+{
+ "id": "uni-steps",
+ "displayName": "uni-steps 步骤条",
+ "version": "1.1.2",
+ "description": "步骤条组件,提供横向和纵向两种布局格式。",
+ "keywords": [
+ "uni-ui",
+ "uniui",
+ "步骤条",
+ "时间轴"
+],
+ "repository": "https://github.com/dcloudio/uni-ui",
+ "engines": {
+ "HBuilderX": ""
+ },
+ "directories": {
+ "example": "../../temps/example_temps"
+ },
+"dcloudext": {
+ "sale": {
+ "regular": {
+ "price": "0.00"
+ },
+ "sourcecode": {
+ "price": "0.00"
+ }
+ },
+ "contact": {
+ "qq": ""
+ },
+ "declaration": {
+ "ads": "无",
+ "data": "无",
+ "permissions": "无"
+ },
+ "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
+ "type": "component-vue"
+ },
+ "uni_modules": {
+ "dependencies": [
+ "uni-scss",
+ "uni-icons"
+ ],
+ "encrypt": [],
+ "platforms": {
+ "cloud": {
+ "tcb": "y",
+ "aliyun": "y",
+ "alipay": "n"
+ },
+ "client": {
+ "App": {
+ "app-vue": "y",
+ "app-nvue": "y"
+ },
+ "H5-mobile": {
+ "Safari": "y",
+ "Android Browser": "y",
+ "微信浏览器(Android)": "y",
+ "QQ浏览器(Android)": "y"
+ },
+ "H5-pc": {
+ "Chrome": "y",
+ "IE": "y",
+ "Edge": "y",
+ "Firefox": "y",
+ "Safari": "y"
+ },
+ "小程序": {
+ "微信": "y",
+ "阿里": "y",
+ "百度": "y",
+ "字节跳动": "y",
+ "QQ": "y"
+ },
+ "快应用": {
+ "华为": "u",
+ "联盟": "u"
+ },
+ "Vue": {
+ "vue2": "y",
+ "vue3": "y"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/uni_modules/uni-steps/readme.md b/uni_modules/uni-steps/readme.md
new file mode 100644
index 0000000..da7a4bf
--- /dev/null
+++ b/uni_modules/uni-steps/readme.md
@@ -0,0 +1,13 @@
+
+
+## Steps 步骤条
+> **组件名:uni-steps**
+> 代码块: `uSteps`
+
+
+步骤条,常用于显示进度
+
+### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-steps)
+#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839
+
+