File was renamed from src/views/system/check-result/contract/detail.vue |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { listCheckResult, getCheckResult, delCheckResult, addCheckResult, updateCheckResult,manualScore, publishCheckResult } from "@/api/platform/check-result"; |
| | | import { listCheckResult, getCheckResult, delCheckResult, addCheckResult, updateCheckResult,manualScore, publishCheckResult } from "@/api/platform/default-result"; |
| | | import { listRule, getRule, delRule, addRule, updateRule, setRule } from "@/api/platform/default-rule"; |
| | | import { listScore, getScore, delScore, addScore, updateScore } from "@/api/platform/score"; |
| | | import { listScore, getScore, delScore, addScore, updateScore } from "@/api/platform/default-score"; |
| | | |
| | | import {unitSelect} from "../../../../api/platform/unit"; |
| | | import {publishSelect} from "../../../../api/platform/publish"; |
| | | import {publishSelect} from "../../../../api/platform/check-publish"; |
| | | export default { |
| | | name: "CheckResult", |
| | | data() { |