From 6a13451a5767ac1ac69411009e05bf978c5543e5 Mon Sep 17 00:00:00 2001 From: "java_cuibaocheng@163.com" Date: Mon, 8 Jan 2024 15:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=8F=A3=E5=9F=BA=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF-=20=E6=94=BE=E5=BC=80=E4=BA=BA=E5=8F=A3=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=84=B1=E6=95=8F=E5=90=8E=E6=95=B0=E6=8D=AE=E7=9A=84?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=AF=BC=E5=87=BAExcel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../populationinfo/population-info-mapper.xml | 3 ++ .../templates/populationinfo/list.html | 41 ++++++++++++++++++- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mybatis/mapper/populationinfo/population-info-mapper.xml b/src/main/resources/mybatis/mapper/populationinfo/population-info-mapper.xml index 730ef52..4c89172 100644 --- a/src/main/resources/mybatis/mapper/populationinfo/population-info-mapper.xml +++ b/src/main/resources/mybatis/mapper/populationinfo/population-info-mapper.xml @@ -1341,6 +1341,9 @@ population_population_info t1 WHERE t1.is_delete = 0 + + AND t1.creator = #{creator} + AND t1.creator = #{creator} diff --git a/src/main/resources/templates/populationinfo/list.html b/src/main/resources/templates/populationinfo/list.html index f32c523..5ae7109 100644 --- a/src/main/resources/templates/populationinfo/list.html +++ b/src/main/resources/templates/populationinfo/list.html @@ -22,6 +22,21 @@ #queryTab{ background-color: #FFFFFF; } + .layui-form-checkbox:nth-of-type(1) span { + background-color: #db4343; + } + .layui-form-checkbox:nth-of-type(2) span { + background-color: #F48208; + } + .layui-form-checkbox:nth-of-type(3) span { + background-color: #F4CF08; + } + .layui-form-checkbox:nth-of-type(4) span { + background-color: #08A7F4; + } + .layui-form-checkbox:nth-of-type(5) span { + background-color: #08F422; + } @@ -114,6 +129,15 @@ 搜索 +
+
+ + + + + +
+