ZhangXianQiang
2024-04-26 e97f91c5f1f2bd2f2fcc05c233f54b9f2536588b
src/views/system/result/detail/detail.vue
@@ -18,12 +18,6 @@
                icon="el-icon-edit"
                @click="handleRuleUpdate(scope.row)"
              >修改</el-button>
              <el-button
                size="mini"
                type="text"
                icon="el-icon-delete"
                @click="handleDelete(scope.row)"
              >删除</el-button>
            </template>
          </el-table-column>
        </el-table>