From 8180d91a9f3338ae3fc9708eb4270d8ce8e5fdfe Mon Sep 17 00:00:00 2001 From: Mlin Date: Wed, 1 Mar 2023 18:17:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E6=98=BE=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user.jsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/pages/user.jsx b/src/pages/user.jsx index 1d1f7b2..a415ba7 100644 --- a/src/pages/user.jsx +++ b/src/pages/user.jsx @@ -374,7 +374,7 @@ export default function userPage() { font-size: 16px; font-family: Microsoft YaHei-Bold, Microsoft YaHei; font-weight: bold; - color: #000000; + color: ${d.data.this_dept == '0' ? 'red' : '#000000'}; " onclick="if(${ d.data.fisvitual }==1) return;window.open('${jobtitleUrl}', '_blank')">${ @@ -408,10 +408,14 @@ export default function userPage() { color: #333333; display: ${d.data.fisvitual == 0 ? 'flex' : 'none'}; "> - 编制:${d.data.fplan} - 在岗:${ + 编制:${d.data.fplan} + 在岗:${ d.data.fonjob } @@ -447,7 +451,7 @@ export default function userPage() {
${d.data.fname}