fuliqi
2024-09-06 14098d7bb1dd580efb9b9c9b8fae7ca978ffbc57
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>