修改已知bug1
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user