From 08a9e04458f1dca38bff24454161d9956a45582f Mon Sep 17 00:00:00 2001
From: wangxia <779219182@qq.com>
Date: Wed, 6 Dec 2023 17:49:43 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=8A=A5=E5=90=8D=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/FirstJob/recordBill.vue | 10 +-
.../userinfo/usercenter/components/mybill.vue | 139 +++++++++++----------
2 files changed, 80 insertions(+), 69 deletions(-)
diff --git a/src/components/FirstJob/recordBill.vue b/src/components/FirstJob/recordBill.vue
index 327c6a8..9e6823f 100644
--- a/src/components/FirstJob/recordBill.vue
+++ b/src/components/FirstJob/recordBill.vue
@@ -351,11 +351,11 @@ export default {
},
],
tel: [
- // {
- // required: true,
- // message: "请输入年龄",
- // trigger: "blur",
- // },
+ {
+ required: true,
+ message: "请输入手机号",
+ trigger: "blur",
+ },
{
pattern: /^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|18[0-9]|19[0-35-9])\d{8}$/,
message: '请输入正确的手机号',
diff --git a/src/components/userinfo/usercenter/components/mybill.vue b/src/components/userinfo/usercenter/components/mybill.vue
index 89d5877..077bd2b 100644
--- a/src/components/userinfo/usercenter/components/mybill.vue
+++ b/src/components/userinfo/usercenter/components/mybill.vue
@@ -113,7 +113,7 @@
{{ item.storeJobName }}
- {{ item.policy }}
+ 员工薪资:
{{ item.employeeSalary || '-' }}
代理政策:
{{ item.policy || '-' }}
展开
收起
@@ -211,67 +211,6 @@
详情
-
-
-
- 姓名:
-
-
- {{ currentBillInfo.userName }}
- /{{ currentBillInfo.sex == "1" || currentBillInfo.sex == "男" ? "男" : "女" }}
- /{{ currentBillInfo.age }}岁
- /{{ currentBillInfo.nation }}
-
-
-
-
- 电话:
-
-
- {{ currentBillInfo.tel == "" || currentBillInfo.tel == null || currentBillInfo.tel == "undefined" ? "-" : currentBillInfo.tel }}
-
-
-
-
- 身份证号:
-
-
- {{ currentBillInfo.idCard == "" || currentBillInfo.idCard == null || currentBillInfo.idCard == "undefined" ? "-" : currentBillInfo.idCard }}
-
-
-
-
- 家庭住址:
-
-
- {{ currentBillInfo.address == "" || currentBillInfo.address == null || currentBillInfo.address == "undefined" ? "-" : currentBillInfo.address }}
-
-
-
-
-
-
- 报名岗位:
-
-
- {{ currentBillInfo.storeJobName || "-" }}
-
-
-
-
- 政策:
-
-
- {{ currentBillInfo.policy || "-" }}
-
-
-
-
-
- 复制文本
-
-
-
{{ item.creator }}
@@ -279,6 +218,75 @@
+
+
+
+ 姓名:
+
+
+ {{ currentBillInfo.userName }}
+ /{{ currentBillInfo.sex == "1" || currentBillInfo.sex == "男" ? "男" : "女" }}
+ /{{ currentBillInfo.age }}岁
+ /{{ currentBillInfo.nation }}
+
+
+
+
+ 电话:
+
+
+ {{ currentBillInfo.tel == "" || currentBillInfo.tel == null || currentBillInfo.tel == "undefined" ? "-" : currentBillInfo.tel }}
+
+
+
+
+ 身份证号:
+
+
+ {{ currentBillInfo.idCard == "" || currentBillInfo.idCard == null || currentBillInfo.idCard == "undefined" ? "-" : currentBillInfo.idCard }}
+
+
+
+
+ 家庭住址:
+
+
+ {{ currentBillInfo.address == "" || currentBillInfo.address == null || currentBillInfo.address == "undefined" ? "-" : currentBillInfo.address }}
+
+
+
+
+
+
+ 报名岗位:
+
+
+ {{ currentBillInfo.storeJobName || "-" }}
+
+
+
+
+ 员工薪资:
+
+
+ {{ currentBillInfo.employeeSalary || "-" }}
+
+
+
+
+ 代理政策:
+
+
+ {{ currentBillInfo.policy || "-" }}
+
+
+
+
+
+ 复制文本
+
+
+
@@ -1382,8 +1390,8 @@ export default {
overflow: hidden;
> p {
- white-space: break-space;
- text-align: center;
+ // white-space: break-space;
+ // text-align: center;
word-break: break-all;
font-size: 14px;
width: 100%;
@@ -1425,6 +1433,9 @@ export default {
// 跟进信息的状态
#progressinfo {
margin: 0 !important;
+ .ui-step-one:last-child .ui-list-info {
+ border-left: 0;
+ }
}
#progressinfo > div {
margin-left: 24px;