wupengfei
2025-11-13 8cef2483dcfc4c40d861caaf58d618387f5ab80c
src/views/FlexJobManage/components/AddInternalStaffDialog.vue
@@ -38,11 +38,7 @@
          </ProFormItemV2>
        </ProFormColItem>
        <ProFormColItem :span="12">
          <ProFormItemV2
            label="协议时间:"
            prop="contractTime"
            :check-rules="[{ message: '请选择协议时间', type: 'array' }]"
          >
          <ProFormItemV2 label="协议时间:" prop="contractTime">
            <ProFormDatePicker
              v-model="form.contractTime"
              type="daterange"
@@ -157,6 +153,7 @@
type Form = {
  title?: string;
  id: string;
  name: string;
  identity: string;
  contactPhoneNumber: string;