修改已知bug1

This commit is contained in:
qq787203167
2022-06-02 10:36:29 +08:00
parent bec7ed91e1
commit 24b6bf7551
@@ -12,8 +12,8 @@
v-html="titleHeader"></span>
</template>
<span v-html="$route.query.serial_number"></span>
<span
v-html="'《'+ this.$route.query.title == undefined || this.$route.query.title == null || !this.$route.query.title ? ''+'': this.$route.query.title+'》'"></span>
<span v-html="this.$route.query.title == undefined || this.$route.query.title == null
|| !this.$route.query.title ?'《'+ ''+'':''+ this.$route.query.title+'》'"></span>
<span> {{$t('StandardDetails')}}</span>
</a-tooltip>