main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 75ded1601f - Show all commits

View File

@ -241,7 +241,7 @@ export default {
orderBy: 'creation desc',
searchField: 'host_name',
route(row) {
return { name: '站点详情', params: { name: row.name } };
return { name: 'Site Detail', params: { name: row.name } };
},
filterControls() {
return [

View File

@ -164,7 +164,7 @@ documentResource: this.$resources.document
{
label: this.title,
route: {
name: `${this.object.pagetype} 详情`,
name: `${this.object.pagetype} Detail`,
params: { name: this.name }
}
}