|
@@ -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: '申报时间',
|