|
@@ -27,15 +27,16 @@
|
|
|
</el-progress>
|
|
|
</span>
|
|
|
<span class="check-progress" v-else>
|
|
|
- <span class="t-span" style="font-size: 14px;font-weight: 400" v-show="nowCheck.checkResult">
|
|
|
+ <span class="t-span" style="font-size: 14px;font-weight: 400;text-align: center;width: 100%;"
|
|
|
+ v-show="nowCheck.checkResult">
|
|
|
{{ nowCheck.checkResult }}
|
|
|
</span>
|
|
|
</span>
|
|
|
<span>
|
|
|
<span v-show="checkTime" class="check-time">
|
|
|
<span v-if="checkFlag" style="margin-right: 10px">
|
|
|
- <el-button size="small" @click="handleDialog('setting')" icon="Setting">巡检记录配置</el-button>
|
|
|
- <el-button size="small" @click="handleDialog('report')" icon="Document">
|
|
|
+ <el-button size="small" @click="handleDialog('setting')" icon="Setting">巡检记录配置</el-button>
|
|
|
+ <el-button size="small" @click="handleDialog('report')" icon="Document">
|
|
|
巡查报告查看
|
|
|
</el-button>
|
|
|
</span>
|