@@ -128,6 +128,10 @@ const handleChangePage = (e) => {
// 新增
const handleAdd = () => {
+ formItems.value.options.forEach(e => {
+ if (e.key === 'category') e.value = 0
+ else e.value = null
+ })
show.value = true
editId.value = null
}
@@ -6,7 +6,7 @@
</div>
<div class="text-end">
<v-btn prepend-icon="mdi-plus" color="primary" @click="handleAdd">{{ $t('position.newPositionsAdded') }}</v-btn>
- <v-btn prepend-icon="mdi-export-variant" color="primary" variant="tonal" class="ml-3" @click="handleExport">{{ $t('common.export') }}</v-btn>
+ <v-btn prepend-icon="mdi-export-variant" color="primary" variant="tonal" class="ml-3" @click="handleExport">职位列表下载</v-btn>
<div class="mt-3">