feat: There is no way the,Laws
This commit is contained in:
@@ -538,7 +538,7 @@
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</template>
|
||||
<template v-else-if="field.attrField === 'DTQBBHBUSS'">
|
||||
<template v-else-if="field.attrField === 'DTWJHLAWS'">
|
||||
<custom-input-for-standards
|
||||
:key="field.attrField"
|
||||
:config="field"
|
||||
@@ -548,7 +548,7 @@
|
||||
@popoverHide="popoverHideQuery"
|
||||
></custom-input-for-standards>
|
||||
</template>
|
||||
<template v-else-if="field.attrField === 'BDTQBBHBUSS'">
|
||||
<template v-else-if="field.attrField === 'BDTWJHLAWS'">
|
||||
<custom-input
|
||||
:key="field.attrField"
|
||||
:config="field"
|
||||
@@ -755,7 +755,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="issueTime"
|
||||
label="发布日期"
|
||||
label="发文日期"
|
||||
width="180"
|
||||
sortable
|
||||
align="center">
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user