From 378d660823ff282e6252d804799309b694fd611b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=A3=9E?= <1277061783@qq.com> Date: Mon, 15 May 2023 09:34:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=B0=83=E5=BA=A6=E6=B2=B9=E4=BB=B7?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E5=A7=93=E5=90=8D?= =?UTF-8?q?=E5=8A=A0id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oilSiteOilsPrice/OilSiteOilsPriceList.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/views/site/oilSiteOilsPrice/OilSiteOilsPriceList.vue b/src/views/site/oilSiteOilsPrice/OilSiteOilsPriceList.vue index 726c215..77f3096 100644 --- a/src/views/site/oilSiteOilsPrice/OilSiteOilsPriceList.vue +++ b/src/views/site/oilSiteOilsPrice/OilSiteOilsPriceList.vue @@ -188,11 +188,11 @@ - + @@ -594,12 +594,16 @@ export default { return (
- 更新人 - {row.createUserName === undefined ? ':'+'暂无数据' :row.createUserName} + 创建人: + {row.createUserName === undefined ? '暂无数据' :row.createUserName}
-
+ {/*
更新时间 {row.updateTime} +
*/} +
+ ID: + {row.createUser?row.createUser:'暂无数据'}
); -- 2.36.2 From ac7df467f43656765e92a69f56c65fb2ba124d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=A3=9E?= <1277061783@qq.com> Date: Mon, 15 May 2023 09:53:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 8df75ca..a53f0d2 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -14,6 +14,8 @@