修改市场法规清单详情的更新记录的跳转

This commit is contained in:
范强强
2023-10-30 15:48:36 +08:00
parent a1ffe86826
commit 2fded9534a
3 changed files with 12 additions and 3 deletions
@@ -119,7 +119,8 @@
path: '/virtualListDetails',
query: {
name: row.name,
useExplain: row.upgradeExplanation,
useExplain: row.useExplain,
versionNum:row.versionNum,
id: row.listId,
title: '市场清单详情',
isColophon: 'yes'
@@ -32,9 +32,15 @@
<span class="text-left" style="width: 72px" :title="$t('instructionForUse')">
{{$t('instructionForUse')}}
</span>
<span class="text-right" :title="$route.query.useExplain">
<span class="text-right" style="margin-right: 100px" :title="$route.query.useExplain">
{{$route.query.useExplain}}
</span>
<span class="text-left" style="width: 72px" :title="$t('VersionNumber')">
{{$t('VersionNumber')}}
</span>
<span class="text-right" :title="$route.query.versionNum">
{{$route.query.versionNum}}
</span>
</div>
</div>
</div>
@@ -1727,7 +1733,7 @@
font-weight: 400;
color: #040B29;
display: inline-block;
max-width: calc(50% - 240px);
max-width: calc(33.3% - 200px);
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
@@ -441,6 +441,7 @@
path: '/virtualListDetails',
query: {
name: item.name,
versionNum:item.versionNum,
useExplain: item.useExplain,
id: item.id,
title: '维护市场清单'
@@ -495,6 +496,7 @@
query: {
name: item.name,
useExplain: item.useExplain,
versionNum:item.versionNum,
id: item.id,
title: '市场清单详情'
}