@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1677831484666
+ "version": 1677837635038
}
@@ -248,7 +248,6 @@ export default {
if (this.$hasPermissions('M_ShowAllCost')) {
arr.splice(this.isDealerUp ? 4 : 3, 0, { title: '成本价', dataIndex: 'purchasePrice', width: '100px', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text, 2) : '--') } })
-
return arr
},
@@ -35,7 +35,7 @@
<a-divider style="margin: 12px 0;" />
</div>
<a-descriptions bordered :column="2" size="small" v-if="infoData&&infoData.params" class="head-info-main">
- <a-descriptions-item v-for="item in infoData.params" :label="item.type_name+':'">{{ item.value || '--' }}</a-descriptions-item>
+ <a-descriptions-item v-for="item in infoData.params" :key="item.type_name" :label="item.type_name+':'">{{ item.value || '--' }}</a-descriptions-item>
</a-descriptions>
<div class="btn-cont"><a-button id="carInfoDetail-modal-back" @click="isShow = false">返回</a-button></div>