@ -25,7 +25,9 @@
@keyup.enter="handleQuery"
class="!w-240px">
<el-option
v-for="dict in getDictOptions('classification')" :key="dict.value" :label="dict.label"
v-for="dict in getIntDictOptions(DICT_TYPE.Classification)"
:key="dict.value"
:label="dict.label"
:value="dict.value" />
</el-select>
</el-form-item>
@ -54,7 +54,7 @@
</el-button>
<el-button type="success" plain @click="handleExport" :loading="exportLoading">
<Icon icon="ep:download" class="mr-5px" />
导出
{{ t('action.export') }}
</el-form>