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 {