|
@@ -70,7 +70,7 @@ const BASIC_FORM_CONFIG = {
|
|
|
export const TASK_MANAGEMENT_FROM_CONFIG_CREATE: FormConfig[] = [
|
|
export const TASK_MANAGEMENT_FROM_CONFIG_CREATE: FormConfig[] = [
|
|
|
BASIC_FORM_CONFIG.TASK_NAME,
|
|
BASIC_FORM_CONFIG.TASK_NAME,
|
|
|
{
|
|
{
|
|
|
- label: '被检查(自查)单位:',
|
|
|
|
|
|
|
+ label: '被检查(自查)所/部/中心:',
|
|
|
prop: 'deptIdList',
|
|
prop: 'deptIdList',
|
|
|
slot: 'deptName',
|
|
slot: 'deptName',
|
|
|
},
|
|
},
|
|
@@ -86,11 +86,11 @@ export const TASK_MANAGEMENT_FROM_CONFIG_CREATE: FormConfig[] = [
|
|
|
export const TASK_MANAGEMENT_FROM_CONFIG_EDIT: FormConfig[] = [
|
|
export const TASK_MANAGEMENT_FROM_CONFIG_EDIT: FormConfig[] = [
|
|
|
BASIC_FORM_CONFIG.TASK_NAME,
|
|
BASIC_FORM_CONFIG.TASK_NAME,
|
|
|
{
|
|
{
|
|
|
- label: '被检查(自查)单位:',
|
|
|
|
|
|
|
+ label: '被检查(自查)所/部/中心:',
|
|
|
prop: 'deptName',
|
|
prop: 'deptName',
|
|
|
component: 'ElInput',
|
|
component: 'ElInput',
|
|
|
componentProps: {
|
|
componentProps: {
|
|
|
- placeholder: '请输入被检查(自查)单位',
|
|
|
|
|
|
|
+ placeholder: '请输入被检查(自查)所/部/中心',
|
|
|
disabled: true,
|
|
disabled: true,
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
@@ -118,7 +118,7 @@ export const TASK_MANAGEMENT_FROM_DATA: TaskManagementRuleForm = {
|
|
|
// 任务管理表单规则
|
|
// 任务管理表单规则
|
|
|
export const TASK_MANAGEMENT_FROM_RULES = {
|
|
export const TASK_MANAGEMENT_FROM_RULES = {
|
|
|
name: [{ required: true, message: '请输入任务名称', trigger: 'blur' }],
|
|
name: [{ required: true, message: '请输入任务名称', trigger: 'blur' }],
|
|
|
- deptIdList: [{ required: true, message: '请选择被检查(自查)单位', trigger: 'change' }],
|
|
|
|
|
|
|
+ deptIdList: [{ required: true, message: '请选择被检查(自查)所/部/中心', trigger: 'change' }],
|
|
|
inspectType: [{ required: true, message: '请选择检查类型', trigger: 'change' }],
|
|
inspectType: [{ required: true, message: '请选择检查类型', trigger: 'change' }],
|
|
|
dueCompleteTime: [
|
|
dueCompleteTime: [
|
|
|
{ required: true, message: '请选择应完成时间', trigger: 'change' },
|
|
{ required: true, message: '请选择应完成时间', trigger: 'change' },
|