Quellcode durchsuchen

代理中心修改

sujunling vor 1 Jahr
Ursprung
Commit
93630b077a
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 2 2
      src/views/resource/examine/index.vue
  2. 2 2
      src/views/resource/proxy/map.data.ts

+ 2 - 2
src/views/resource/examine/index.vue

@@ -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"

+ 2 - 2
src/views/resource/proxy/map.data.ts

@@ -87,12 +87,12 @@ export const columns: BasicColumn[] = [
   },
   {
     title: '代理地址',
-    dataIndex: 'MAPINGURL',
+    dataIndex: 'PUBLICCURL',
     width: 160,
   },
   {
     title: '真实地址',
-    dataIndex: 'PUBLICCURL',
+    dataIndex: 'MAPINGURL',
     width: 160,
   },