chore: 批次状态查询支持多选

This commit is contained in:
xlsea 2024-10-24 14:48:38 +08:00
parent fd57b113c0
commit 7957e60319

View File

@ -91,6 +91,8 @@ function renderLabel(option: SelectOption) {
<NFormItemGi span="24 s:12 m:8" :label="$t('page.jobBatch.taskBatchStatus')" path="taskBatchStatus" class="pr-24px">
<NSelect
v-model:value="model.taskBatchStatus"
multiple
max-tag-count="responsive"
:placeholder="$t('common.taskBatchStatus.form')"
:options="
translateOptions(taskBatchStatusRecordOptions).filter(item => ![98, 99].includes(item.value as number))