From 4d3aa775fe40cdf97ff503e0c078c08a8f9e5f1d Mon Sep 17 00:00:00 2001 From: dongyukun <1208714201@qq.com> Date: 星期五, 03 一月 2025 13:56:29 +0800 Subject: [PATCH] 调度方案批量启禁 --- src/views/model/chart/param/index.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/model/chart/param/index.vue b/src/views/model/chart/param/index.vue index d1dd03d..8714213 100644 --- a/src/views/model/chart/param/index.vue +++ b/src/views/model/chart/param/index.vue @@ -2,8 +2,8 @@ <el-drawer v-model="drawer" size="40%" - title="分组列表" - :direction="direction" + title="参数列表" + direction="rtl" :before-close="handleClose" > <!-- 搜索工作栏 --> @@ -106,7 +106,6 @@ const {t} = useI18n() // 国际化 const drawer = ref(false) -const direction = ref<DrawerProps['direction']>('rtl') const loading = ref(true) // 列表的加载中 const total = ref(0) // 列表的总页数 const list = ref([]) // 字典表格数据 -- Gitblit v1.9.3