|
|
@@ -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) => {
|