style(web): 优化名称和变量

This commit is contained in:
2023-05-05 14:10:05 +08:00
parent 44f6cb67b1
commit f7c3b6f0be
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ function cloudCrud(title, path) {
function cloudTab() { function cloudTab() {
return { return {
title: 'Cloud 集群', title: 'Cloud',
tab: [ tab: [
{ {
type: 'wrapper', type: 'wrapper',

View File

@@ -53,10 +53,10 @@
tabs: [ tabs: [
tableTab(), tableTab(),
yarnTab('b5-sync', '同步 b5', undefined, 'Sync'), yarnTab('b5-sync', '同步 b5', undefined, 'Sync'),
yarnTab(' b1,b4,b5', '压缩 b1 b4 b5', 'datalake,tyly'), yarnTab('b1,b4,b5', '压缩 b1 b4 b5', 'datalake,tyly'),
yarnTab(' b1', '压缩 b1', 'datalake,tyly', 'Compaction'), yarnTab('b1', '压缩 b1', 'datalake,tyly', 'Compaction'),
yarnTab(' b4', '压缩 b4'), yarnTab('b4', '压缩 b4'),
yarnTab(' b5', '压缩 b5'), yarnTab('b5', '压缩 b5'),
cloudTab(), cloudTab(),
] ]
} }