copy from src/views/system/score/index.vue
copy to src/views/system/score/province/index.vue
File was copied from src/views/system/score/index.vue |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { listScore, getScore, delScore, addScore, updateScore } from "@/api/platform/score"; |
| | | import {unitSelect} from "../../../api/platform/unit"; |
| | | import {publishSelect} from "../../../api/platform/publish"; |
| | | import { listScore, getScore, delScore, addScore, updateScore } from "@/api/platform/check-score"; |
| | | import {unitSelect} from "@/api/platform/unit"; |
| | | import {publishSelect} from "@/api/platform/check-publish"; |
| | | |
| | | export default { |
| | | name: "Score", |