xiangpei
2024-09-10 59361ef3152444f33737f49f691ba5b3ed6a27b1
src/views/system/check/result/detail/detail.vue
@@ -184,7 +184,7 @@
              width="180px"
            >
              <template slot-scope="scope">
                <span>{{ scope.row[item.ruleIndex] * 100 + '%' }}</span>
                <span>{{ (scope.row[item.ruleIndex] * 100).toFixed(2) + '%'}}</span>
              </template>
            </el-table-column>
          </template>