src/views/system/check/result/detail/detail.vue
@@ -37,6 +37,7 @@ type="text" icon="el-icon-edit" @click="handleRuleUpdate(item)" v-hasPermi="['check:template:edit']" >修改 </el-button> </div> @@ -182,7 +183,7 @@ width="180px" > <template slot-scope="scope"> <span>{{ scope.row[item.ruleIndex] }}</span> <span>{{ scope.row[item.ruleIndex] * 100 + '%' }}</span> </template> </el-table-column> </template>