Sfoglia il codice sorgente

企业资质备案,申报类型字典纸

CzRger 9 mesi fa
parent
commit
b08462e45b

+ 3 - 3
snowy-admin-web/src/views/yqyc/zero/enterprise-qualification/index.vue

@@ -76,8 +76,8 @@
         <template v-if="column.dataIndex === 'companyMainHgType'">
           {{ $TOOL.dictTypeData('zhhg', record.companyMainHgType) }}
         </template>
-        <template v-if="column.dataIndex === 'applyType'">
-          {{ $TOOL.dictTypeData('shenbaoleixing', record.applyType) }}
+        <template v-if="column.dataIndex === 'baType'">
+          {{ $TOOL.dictTypeData('qybalx', record.baType) }}
         </template>
         <template v-if="column.dataIndex === 'status'">
           {{ $TOOL.dictTypeData('djzt', record.status) }}
@@ -147,7 +147,7 @@ const columns = ref([
 	},
 	{
 		title: '申报类型',
-		dataIndex: 'applyType',
+		dataIndex: 'baType',
 	},
 	{
 		title: '申报时间',