@@ -64,11 +64,11 @@
}}
</a-tag>
</template>
- <template #ISPASS="{ record }">
+ <!-- <template #ISPASS="{ record }">
{{
record.ISPASS == '1' ? '同意' : record.ISPASS == '0' ? '不同意' : ''
- </template>
+ </template> -->
</BasicTable>
<check v-if="ischect" @register="registerModal" @success="handleSuccess" />
<map-resource-upload v-if="!ischect && current === 'MR'" @register="registerModal"
@@ -87,12 +87,12 @@ export const columns: BasicColumn[] = [
},
{
title: '代理地址',
- dataIndex: 'MAPINGURL',
+ dataIndex: 'PUBLICCURL',
width: 160,
title: '真实地址',
- dataIndex: 'PUBLICCURL',
+ dataIndex: 'MAPINGURL',