1个文件已修改
18 文件已重命名
8个文件已删除
| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/car/vehicle-data-monitor', |
| | | component: Layout, |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'index', |
| | | name: 'vehicle-data-monitor', |
| | | component: () => import('@/views/system/vehicle-data-monitor/index'), |
| | | meta: { title: '车辆过卡口数据一致性', activeMenu: '/system/vehicle-data-monitor' } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/car/equipment', |
| | | component: Layout, |
| | | hidden: true, |
| | | children: [ |
| | | { |
| | | path: 'index', |
| | | name: 'equipment', |
| | | component: () => import('@/views/system/equipment/index'), |
| | | meta: { title: '资产管理', activeMenu: '/system/equipment' } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/check-result/city', |
| | | component: Layout, |
| | | hidden: true, |
| | | children: [ |
| | | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/check-result/province', |
| | | component: Layout, |
| | | hidden: true, |
| | | children: [ |
| | | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/register', |
| | | component: () => import('@/views/register'), |
| | | hidden: true |
File was renamed from src/views/system/result/detail/index1.vue |
| | |
| | | }, |
| | | handleDetail(id) { |
| | | this.$router.push({ |
| | | path: '/examine/detail/detail', |
| | | path: '/check/detail/detail', |
| | | query: { |
| | | id: id, |
| | | examineTag: this.activeIndex, |
File was renamed from src/views/system/result/index.vue |
| | |
| | | methods: { |
| | | jumpDetail(index) { |
| | | this.$router.push({ |
| | | path: '/examine/detail', |
| | | path: '/check/detail', |
| | | query: { |
| | | index: index, |
| | | examineTag: this.activeIndex |
File was renamed from src/views/system/template/index.vue |
| | |
| | | <script> |
| | | import { listCheckTemplate, getCheckTemplate, delCheckTemplate, addCheckTemplate, updateCheckTemplate,copyCheckTemplate } from "@/api/platform/check-template"; |
| | | import { areaSelect } from '@/api/system/dept' |
| | | import { listCheckRule } from "../../../api/platform/check-rule"; |
| | | import { listCheckRule } from "../../../../api/platform/check-rule"; |
| | | |
| | | export default { |
| | | name: "CheckTemplate", |
File was renamed from src/views/system/contract/index.vue |
| | |
| | | |
| | | <script> |
| | | import { listContract, getContract, updateContract } from "@/api/platform/contract"; |
| | | import { getRuleListByContractId } from "../../../api/platform/calculate-rule"; |
| | | import { getMoneyRulesByContractId } from "../../../api/platform/calculate-money-rule"; |
| | | import { unitSelect } from "../../../api/platform/unit"; |
| | | import { deptSelect } from "../../../api/system/dept"; |
| | | import { getRuleListByContractId } from "../../../../api/platform/calculate-rule"; |
| | | import { getMoneyRulesByContractId } from "../../../../api/platform/calculate-money-rule"; |
| | | import { unitSelect } from "../../../../api/platform/unit"; |
| | | import { deptSelect } from "../../../../api/system/dept"; |
| | | import { getToken } from "@/utils/auth"; |
| | | import { ImagePreview } from "@/components/ImagePreview"; |
| | | |
File was renamed from src/views/system/threshold/index.vue |
| | |
| | | |
| | | <script> |
| | | import { listThreshold, getThreshold, editVideo } from '@/api/platform/threshold' |
| | | import { editCar, editFace, getCar, getFace, getVideo } from '../../../api/platform/threshold' |
| | | import { editCar, editFace, getCar, getFace, getVideo } from '../../../../api/platform/threshold' |
| | | |
| | | export default { |
| | | dicts: ['image_qualify', 'video_qualify'], |