diff --git a/src/components/CustomFormComponents/InputForStandardsForLaws.vue b/src/components/CustomFormComponents/InputForStandardsForLaws.vue new file mode 100644 index 000000000..312eb75b1 --- /dev/null +++ b/src/components/CustomFormComponents/InputForStandardsForLaws.vue @@ -0,0 +1,390 @@ + + + + + + 手动查找 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.lawsNumber }} + + + + + + + + + {{ $moment(scope.row.issueTime).format('YYYY-MM-DD') }} + + + + + {{$t('m.dataAcquisition')}} + + + + + + + + + + + + + diff --git a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue index 93d33881c..044cb6584 100644 --- a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue +++ b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue @@ -538,7 +538,7 @@ > - + - + @@ -1277,7 +1277,7 @@ import CustomSelect from '@/components/CustomFormComponents/Select' import CustomDatePick from '@/components/CustomFormComponents/DatePicker' import CustomFile from '@/components/CustomFormComponents/File' - import CustomInputForStandards from '@/components/CustomFormComponents/InputForStandardsForEnterprise' + import CustomInputForStandards from '@/components/CustomFormComponents/InputForStandardsForLaws' import customSelectArray from '@/components/CustomFormComponents/SelectArray' import CustomOrg from '@/components/CustomFormComponents/OrgTree' import CustomSVPPS from '@/components/CustomFormComponents/SVPPS' @@ -3751,7 +3751,7 @@ disabled: false }, { - label: '发布日期', + label: '发文日期', value: 'issue_time', type: 'DATE_PIC_OPTS', disabled: false