修改已知bug1

This commit is contained in:
qq787203167
2022-06-02 17:12:55 +08:00
parent 18ef6e1f68
commit d54f7b143c
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
position: absolute;
top: 0;
left: 0;
z-index: 999;
z-index: 111999!important;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
@@ -25,13 +25,13 @@
<span class="text-left" :title="$t('VirtualListName')">
{{$t('VirtualListName')}}
</span>
<span class="text-right" style="margin-right: 100px">
<span class="text-right" style="margin-right: 100px" :title="$route.query.name">
{{$route.query.name}}
</span>
<span class="text-left" style="width: 72px" :title="$t('instructionForUse')">
{{$t('instructionForUse')}}
</span>
<span class="text-right">
<span class="text-right" :title="$route.query.useExplain">
{{$route.query.useExplain}}
</span>
</div>
@@ -739,6 +739,12 @@
value: 'dutyTerritory',
text: this.$t('areaOfResponsibility'),
dictCode: 'duty_territory'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
},
{
type: '',
value: 'region',
text: this.$t('zoneOfApplication'),
dictCode: 'region'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
}
]
}