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: '资产编号'