From 7ba573bbe48de9385d4b530d7a8333c3436fc81b Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Thu, 11 Jul 2024 09:01:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=BC=96=E7=A0=81=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E6=80=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/property/propertychange/changeproperty.html | 4 +--- .../system/property/propertychange/list/property.html | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/changeproperty.html b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/changeproperty.html index e9e4652..40bc007 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/changeproperty.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/changeproperty.html @@ -56,9 +56,7 @@ destoryUrl: prefix + "/destory/{id}", queryParams: queryParams, modalName: "设备登记", - columns: [{ - checkbox: true - }, + columns: [ { field: 'id', title: '登记编号' diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/list/property.html b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/list/property.html index 4a80273..34f6151 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/list/property.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/list/property.html @@ -65,9 +65,7 @@ removeUrl: prefix + "/remove", exportUrl: prefix + "/export", modalName: "资产登记", - columns: [{ - checkbox: true - }, + columns: [ { field: 'useId', title: '资产编号'