From 88b8cc9f5615a3696081455bad5594f8e1a60806 Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Sat, 6 Sep 2025 15:11:24 +0800 Subject: [PATCH] commit --- .../resources/static/components/plugins/h5/TableList.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/components/plugins/h5/TableList.vue b/src/main/resources/static/components/plugins/h5/TableList.vue index 6dfc5d5c..7cf3b3fc 100644 --- a/src/main/resources/static/components/plugins/h5/TableList.vue +++ b/src/main/resources/static/components/plugins/h5/TableList.vue @@ -12,7 +12,7 @@
-
{{row.name}}
+
{{row[title]}}
@@ -50,7 +50,11 @@ module.exports = { json:{ type: Boolean, default: false - } + }, + title: { + type: String, + default: '' + }, }, data() { return {