feat: There is no way the, 56952 标准详情页面,分接单的查看页面,试用车型显示有问题 测试数据 8-10解读流程
This commit is contained in:
@@ -1335,7 +1335,7 @@
|
||||
<div class="see-drawer-div">
|
||||
<label class="see-drawer-name" style="font-size: 14px" title="适用车型">适用车型</label>
|
||||
<span class="see-drawer-val" style="font-size: 12px" :title="standShowItemEO.applyArctic">{{
|
||||
standShowItemEO.applyArctic
|
||||
filterApplyArctic(standShowItemEO)
|
||||
}}</span>
|
||||
</div>
|
||||
<div class="see-drawer-div">
|
||||
@@ -2100,7 +2100,6 @@ export default {
|
||||
watch: {},
|
||||
methods: {
|
||||
filterApplyArctic(row){
|
||||
console.log(row)
|
||||
if(row.applyArctic){
|
||||
return row.applyArctic.replaceAll('\"', '').replaceAll('\[', '').replaceAll('\]', '')
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user