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 }),