From 819520ef734a581c7d0c9cdcae3c01ff9779e880 Mon Sep 17 00:00:00 2001 From: lijiahangmax Date: Thu, 20 Mar 2025 00:39:49 +0800 Subject: [PATCH] =?UTF-8?q?:hammer:=20=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E5=AD=97=E6=AE=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...rion-vue-views-components-card-list.vue.vm | 15 ++++++++---- .../orion-vue-views-components-table.vue.vm | 23 +++++++++++++------ 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm b/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm index 6a1a7da6..30fb27cc 100644 --- a/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm +++ b/orion-visor-framework/orion-visor-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm @@ -3,12 +3,14 @@ search-input-placeholder="输入搜索值" :create-card-position="false" :loading="loading" - :field-config="fieldConfig" + :field-config="cardFieldConfig" :list="list" :pagination="pagination" :card-layout-cols="cardColLayout" :filter-count="filterCount" :add-permission="['${package.ModuleName}:${typeHyphen}:create']" + :query-order="queryOrder" + :fields-hook="fieldsHook" @add="emits('openAdd')" @reset="reset" @search="fetchCardData" @@ -118,26 +120,29 @@