Handy_Cao 7 ماه پیش
والد
کامیت
9b24880067
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      src/packages/pc/views/member/institution/broker/components/details/index.vue

+ 4 - 1
src/packages/pc/views/member/institution/broker/components/details/index.vue

@@ -7,6 +7,10 @@
                 {{ goodslimit.join(',') }}
             </template>
         </app-table-details>
+        <fieldset class="g-fieldset el-form--horizontal">
+            <legend class="g-fieldset__legend">{{ t('member.institution.broker.details.transurl') }}</legend>
+            <span>{{ data?.transurl }}</span>
+        </fieldset>
         <template #footer>
             <el-button @click="onCancel(false)">{{ t('operation.close') }}</el-button>
         </template>
@@ -63,7 +67,6 @@ const detailProps1: CellProp[] = [
 
 const detailProps2: CellProp[] = [
     { prop: 'market', label: 'member.institution.broker.details.markets' },
-    { prop: 'transurl', label: 'member.institution.broker.details.transurl' }
 ]
 
 const onCancel = (isRefresh = false) => {