main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit cc3c818ad5 - Show all commits

View File

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