File was renamed from src/views/system/check-result/province/detail.vue |
| | |
| | | <script> |
| | | import { listCheckResult, getCheckResult, delCheckResult, addCheckResult, updateCheckResult,manualScore, publishCheckResult } from "@/api/platform/check-result"; |
| | | import { listCheckRule, getCheckRule, delCheckRule, addCheckRule, updateCheckRule } from "@/api/platform/check-rule"; |
| | | import { listScore, getScore, delScore, addScore, updateScore } from "@/api/platform/score"; |
| | | import { listScore, getScore, delScore, addScore, updateScore } from "@/api/platform/check-score"; |
| | | import {unitSelect} from "../../../../api/platform/unit"; |
| | | import {publishSelect} from "../../../../api/platform/publish"; |
| | | import {publishSelect} from "../../../../api/platform/check-publish"; |
| | | |
| | | export default { |
| | | name: "CheckResult", |