Commit cee010d2 authored by 高滢's avatar 高滢

feat(样品): 70884

parent 6a5bd1b4
......@@ -334,31 +334,14 @@ export default {
return {
quantityStatisticsForm: {},
averageTestShow: false,
averageTestList: [
{
name: '汽车信息安全管理体系要求',
value: 54,
standard: 'GB2020-2023'
},
{
name: '汽车信息安全管理体系要求',
value: 54,
standard: 'GB2020-2023'
},
{
name: '汽车信息安全管理体系要求',
value: 54,
standard: 'GB2020-2023'
}
],
averageInspectionRate: [],
taskCompleted: [],
taskCompletedGroup: []
}
},
created() {
this.getQuantityStatistics()
this.getAverageInspectionRate()
this.getQuantityStatistics()
this.getTaskCompleted()
},
methods: {
......
......@@ -735,7 +735,10 @@
class="sampleCard"
>
<div class="sampleHeader">
<div class="avater">
<div v-if="item.trademark" class="avater">
<iconpark-icon name="yangpinxinxi" size="62"></iconpark-icon>
</div>
<div v-else class="avater">
<image-preview
width="62px"
height="62px"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment