fuliqi
2024-09-04 a1963a3e935910c9a7ef13d051711a618bddd013
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>