update 首页自定义按钮

This commit is contained in:
2026-04-16 10:02:28 +08:00
parent 4b64f4de7e
commit fc57256247

View File

@@ -9,7 +9,7 @@
<div class="widgets-top">
<div class="flex justify-end custom_btn">
<el-button v-if="customizing" type="primary" round @click="save">{{ $t('widgets.index.0910663-0') }}</el-button>
<!-- <el-button v-else type="primary" round @click="custom">{{ $t('Crontab.index.7634731-6') }}</el-button> -->
<el-button v-else type="primary" round @click="custom">{{ $t('Crontab.index.7634731-6') }}</el-button>
</div>
</div>
<div ref="widgets" class="widgets">
@@ -321,24 +321,24 @@ const allComponentList = computed(() => {
const myCompsList = computed(() => {
// 支持列表 SPDM CODE
const myGrid = [
'docking-tianyu',
'docking-zw-3d',
'docking-intesim-cae',
'calendar',
'current-user',
'news',
'audit-log',
'sys-log',
'flow-data',
// 'docking-tianyu',
// 'docking-zw-3d',
// 'docking-intesim-cae',
// 'calendar',
// 'current-user',
// 'news',
// 'audit-log',
// 'sys-log',
// 'flow-data',
// 'favorite-flow',
// 'sys-log-line',
// 'demo-chart1',
// 'demo-chart2',
// 'task-info',
// 'task-list',
// 'task-compare-chart',
// 'task-trend-chart',
'favorite-menu',
'favorite-flow',
'sys-log-line',
'demo-chart1',
'demo-chart2',
'task-info',
'task-list',
'task-compare-chart',
'task-trend-chart',
'TaskMessage',
'TaskList',
'ToDoCalendar',