This commit is contained in:
2026-04-14 11:24:39 +08:00
parent 9b8b70e1bb
commit b997e081a8
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ const tableColumns = ref([
size: 'small',
},
{
default: () => row.status,
default: () => row.status || '其他',
}
),
},

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">