|
@@ -29,12 +29,12 @@
|
|
|
<div v-show="!isCarrySpotChecksDrawer" class="hc-page-content-box">
|
|
|
<hc-new-card padding>
|
|
|
<template #header>
|
|
|
- <HcIcon name="volume-up" />
|
|
|
- <span class="ml-2">您本次验收抽检案卷共</span>
|
|
|
+ <HcIcon name="volume-up" class="text-gray" />
|
|
|
+ <span class="ml-2 text-gray">您本次验收抽检案卷共</span>
|
|
|
<span class="mx-2 text-orange">{{ stats?.total }}</span>
|
|
|
- <span>卷,目前已抽检</span>
|
|
|
+ <span class="text-gray">卷,目前已抽检</span>
|
|
|
<span class="mx-2 text-green">{{ stats?.reviewed }}</span>
|
|
|
- <span>卷,抽检率为</span>
|
|
|
+ <span class="text-gray">卷,抽检率为</span>
|
|
|
<span class="mx-2 text-blue">{{ stats?.ratio }}</span>
|
|
|
</template>
|
|
|
<template #extra>
|