Commit cee010d2 authored by 高滢's avatar 高滢

feat(样品): 70884

parent 6a5bd1b4
...@@ -334,31 +334,14 @@ export default { ...@@ -334,31 +334,14 @@ export default {
return { return {
quantityStatisticsForm: {}, quantityStatisticsForm: {},
averageTestShow: false, averageTestShow: false,
averageTestList: [
{
name: '汽车信息安全管理体系要求',
value: 54,
standard: 'GB2020-2023'
},
{
name: '汽车信息安全管理体系要求',
value: 54,
standard: 'GB2020-2023'
},
{
name: '汽车信息安全管理体系要求',
value: 54,
standard: 'GB2020-2023'
}
],
averageInspectionRate: [], averageInspectionRate: [],
taskCompleted: [], taskCompleted: [],
taskCompletedGroup: [] taskCompletedGroup: []
} }
}, },
created() { created() {
this.getQuantityStatistics()
this.getAverageInspectionRate() this.getAverageInspectionRate()
this.getQuantityStatistics()
this.getTaskCompleted() this.getTaskCompleted()
}, },
methods: { methods: {
......
...@@ -735,7 +735,10 @@ ...@@ -735,7 +735,10 @@
class="sampleCard" class="sampleCard"
> >
<div class="sampleHeader"> <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 <image-preview
width="62px" width="62px"
height="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