update
This commit is contained in:
@@ -80,7 +80,7 @@ const tableColumns = ref([
|
||||
size: 'small',
|
||||
},
|
||||
{
|
||||
default: () => row.status,
|
||||
default: () => row.status || '其他',
|
||||
}
|
||||
),
|
||||
},
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user