修复dashboard站点详情页和服务器详情页浏览器控制台的错误
This commit is contained in:
parent
33bd5dd87b
commit
75ded1601f
@ -241,7 +241,7 @@ export default {
|
|||||||
orderBy: 'creation desc',
|
orderBy: 'creation desc',
|
||||||
searchField: 'host_name',
|
searchField: 'host_name',
|
||||||
route(row) {
|
route(row) {
|
||||||
return { name: '站点详情', params: { name: row.name } };
|
return { name: 'Site Detail', params: { name: row.name } };
|
||||||
},
|
},
|
||||||
filterControls() {
|
filterControls() {
|
||||||
return [
|
return [
|
||||||
|
|||||||
@ -164,7 +164,7 @@ documentResource: this.$resources.document
|
|||||||
{
|
{
|
||||||
label: this.title,
|
label: this.title,
|
||||||
route: {
|
route: {
|
||||||
name: `${this.object.pagetype} 详情`,
|
name: `${this.object.pagetype} Detail`,
|
||||||
params: { name: this.name }
|
params: { name: this.name }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user