From cc3c818ad5fb7bd1ce4b714e568a483cb42f04f1 Mon Sep 17 00:00:00 2001 From: jingrow Date: Tue, 18 Nov 2025 02:34:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=A2=E9=98=9F=E6=88=90?= =?UTF-8?q?=E5=91=98=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=9EOwner=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=A7=BB=E9=99=A4=E6=88=90?= =?UTF-8?q?=E5=91=98=E8=8F=9C=E5=8D=95=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/components/ObjectList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src2/components/ObjectList.vue b/dashboard/src2/components/ObjectList.vue index 6bc7978..8273b33 100644 --- a/dashboard/src2/components/ObjectList.vue +++ b/dashboard/src2/components/ObjectList.vue @@ -306,7 +306,7 @@ this.$socket.emit('pagetype_unsubscribe', pagetype); columns.push({ label: '', key: '__actions', - type: '操作', + type: 'Actions', width: '100px', align: 'right', actions: (row) => this.options.rowActions({ ...this.context, row }),