|
|
@@ -38,7 +38,7 @@
|
|
|
<el-table-column prop="DeviceName" label="设备名称" >
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
- <el-link type="primary" @click="showPie(scope.row)">{{scope.row.DeviceName}}</el-link>
|
|
|
+ <el-col type="primary" @click="showPie(scope.row)">{{scope.row.DeviceName}}</el-col>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
@@ -84,9 +84,9 @@
|
|
|
</v-chart>
|
|
|
</el-card>
|
|
|
|
|
|
- <el-dialog :visible.sync="pieDialogVisible" width="85%" title="防雷装置检测率">
|
|
|
+ <!-- <el-dialog :visible.sync="pieDialogVisible" width="85%" title="防雷装置检测率">
|
|
|
<pie-check-result ref="PieCheckResultRef"></pie-check-result>
|
|
|
- </el-dialog>
|
|
|
+ </el-dialog> -->
|
|
|
|
|
|
<el-dialog :visible.sync="totalDialogVisible" width="85%" :title="totalDialogTitle">
|
|
|
<check-total ref="Checktotalref"></check-total>
|