修改已知bug
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@
|
|||||||
{{selectedRowKeysRecord[0] ? selectedRowKeysRecord[0].serialNumber :''}}
|
{{selectedRowKeysRecord[0] ? selectedRowKeysRecord[0].serialNumber :''}}
|
||||||
</div>
|
</div>
|
||||||
<div class="title-text-right" v-if="isTrue">
|
<div class="title-text-right" v-if="isTrue">
|
||||||
<span @click="standardDecompositionDocumentClick">
|
<span :title="$t('standardDecompositionDocument')" @click="standardDecompositionDocumentClick">
|
||||||
{{$t('standardDecompositionDocument')}}
|
{{$t('standardDecompositionDocument')}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -215,12 +215,14 @@
|
|||||||
title: this.$t('standard'),
|
title: this.$t('standard'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'serialNumber',
|
dataIndex: 'serialNumber',
|
||||||
|
ellipsis: true,
|
||||||
width: 170
|
width: 170
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('title'),
|
title: this.$t('title'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'title',
|
dataIndex: 'title',
|
||||||
|
ellipsis: true,
|
||||||
width: 170
|
width: 170
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user