@@ -1,7 +1,7 @@
<!-- 富文本编辑器 -->
<template>
<div class="mb-2">
- <div v-if="props.item?.label" class="ml-2 mb-2 color959595">{{ props.item.label }}</div>
+ <div v-if="props.item?.label" class="mb-2 color959595">{{ props.item.label }}</div>
<div class="z-10 box">
<!-- 工具栏 -->
<Toolbar
@@ -95,7 +95,6 @@ const items = ref({
slotName: 'positionId',
key: 'positionId',
value: '',
- flexStyle: 'mt-5',
labelKey: 'positionName',
label: '职位类型 *',
noParam: true,
@@ -124,6 +123,7 @@ const items = ref({
type: 'wangEditor',
key: 'content',
+ flexStyle: 'mt-3',
label: '岗位职责 *',
maxLength: 5000,
rules: '请填写岗位职责'
@@ -75,7 +75,11 @@ import { getEnterprisePubJobTypePermission } from '@/api/recruit/enterprise/posi
const emits = defineEmits(['changeType'])
const props = defineProps({
- itemData: Object
+ itemData: Object,
+ isFair: {
+ type: Boolean,
+ default: false
+ }
})
// 薪酬