修改参数上报库清单

This commit is contained in:
范强强
2023-10-22 17:23:26 +08:00
parent 9e1282ab01
commit c4d3623896
@@ -5,7 +5,7 @@
<div class="Virtual-detail-header" style="top: 0">
<div class="Virtual-detail-title">
<span>
{{this.$route.query.pageName ? this.$t('ParameteItemReportList')+'('+this.$route.query.pageName+')' + ' — '+this.$route.query.title +' — '+ this.$route.query.version: $t('ParameterViewPage')}}
{{this.$route.query.pageName ? this.$t('ParameteItemReportList')+'('+this.$route.query.projectName+')' + ' — '+this.$route.query.title +' — '+ this.$route.query.version: $t('ParameterViewPage')}}
</span>
</div>
</div>
@@ -571,6 +571,7 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
},
props: {},
mounted() {
console.log(this.$route.query)
// this.Getlist()
this.getTableList()
this.getcustomizeList()