@@ -246,7 +246,7 @@ export const preOptions = (
left: '26%',
top: '45%',
style: {
- text: '质检总数',
+ text: '质检次数',
textAlign: 'center',
fill: '#000',
fontSize: window.innerHeight * 0.013
@@ -323,6 +323,19 @@ export const preOptions1 = (
},
data
}
+ ],
+ graphic: [
+ {
+ type: 'text',
+ left: '26%',
+ top: '48%',
+ style: {
+ textAlign: 'center',
+ fill: '#000',
+ fontSize: window.innerHeight * 0.013
+ }
]
};
@@ -11,7 +11,7 @@
<span
style="cursor: pointer"
@click="handelRouterTo('/page-qms/inspectionWork?name=workList')"
- >合格率</span
+ >场站合格率</span
>
</div>
<v-chart
@@ -52,7 +52,7 @@
class="clearfix"
style="display: flex; align-items: center"
- <span>时率</span>
+ <span>锅炉时率</span>
<v-chart ref="pieRef2" style="height: 100%" :option="preOptions2" />
</el-card>
@@ -268,7 +268,7 @@
<style lang="scss" scoped>
.clearfix {
- font-size: 0.7vw;
+ font-size: 0.78vw;
position: relative;
> span {