From fef804cee51999997dcbae3e3eb91406b7df9811 Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Wed, 22 Jan 2025 18:23:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E8=96=AA=E5=8A=A0=E7=B2=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FirstJob/detail.vue | 6 +++--- src/utils/commonUtil.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/FirstJob/detail.vue b/src/components/FirstJob/detail.vue index 05a09cb..c5b8389 100644 --- a/src/components/FirstJob/detail.vue +++ b/src/components/FirstJob/detail.vue @@ -1398,16 +1398,16 @@ export default { .jobpricemonth { // margin-top: 16px; font-size: 14px; - font-weight: 400; + font-weight: bold; text-align: left; color: #666; line-height: 26px; - margin-top: 6px; + // margin-top: 6px; } .jobpricehour { // margin-top: 16px; font-size: 14px; - font-weight: normal; + font-weight: bold; text-align: left; color: #ff4400; // line-height: 24px; diff --git a/src/utils/commonUtil.js b/src/utils/commonUtil.js index 205ddfe..321f149 100644 --- a/src/utils/commonUtil.js +++ b/src/utils/commonUtil.js @@ -1523,14 +1523,14 @@ export function getSalaryClassifyValue (salaryClassify, salaryClassifyValue) { } else if (salaryClassify == 3) { return `返${hourlyPay}元`; } else if (salaryClassify == 4) { - return "计件"; + return "计件"; } else if (salaryClassify == 5) { return `保底${hourlyPay}元`; } else if (salaryClassify == 6) { - return `面议`; + return `面议`; } else if (salaryClassify == 7) { // return '请配置薪资'; - return `月薪`; + return `月薪`; } else { return "-"; }