diff --git a/.env.production b/.env.production index e69de29..fdbe314 100644 --- a/.env.production +++ b/.env.production @@ -0,0 +1,7 @@ +VITE_BASE_URL=http://192.168.0.31:7082/integrated_traffic/ +VITE_PROXY=/api/ +VITE_FILE_URL=https://file.zcloudchina.com/YTHFile +VITE_TEMPLATE_URL=https://qaaq.qhdsafety.com/file/ +VITE_ON_LINE_WEB_SOCKET_URL=wss://qaaq.qhdsafety.com/zxwebsocket/ +VITE_LEARNING_WEB_SOCKET_URL=wss://qaaq.qhdsafety.com/websocket/ + diff --git a/src/assets/js/constant.js b/src/assets/js/constant.js index cd8c739..4f76a7c 100644 --- a/src/assets/js/constant.js +++ b/src/assets/js/constant.js @@ -121,8 +121,8 @@ export const EXPIRE_STATUS = [ { ID: "0", NAME: "已到期" }, ]; -// export const MAINTENANCE_LEVEL_LIST = [ -// //维保等级 -// {ID:'1',NAME:'一级维保'}, -// {ID:'2',NAME:'二级维保'}, -// ] +export const MAINTENANCE_LEVEL_LIST = [ + // 维保等级 + { ID: "1", NAME: "一级维保" }, + { ID: "2", NAME: "二级维保" }, +]; diff --git a/src/views/enterprise_management/basics_info_management/freight_trailer/add.vue b/src/views/enterprise_management/basics_info_management/freight_trailer/add.vue index 0c151ce..380dedb 100644 --- a/src/views/enterprise_management/basics_info_management/freight_trailer/add.vue +++ b/src/views/enterprise_management/basics_info_management/freight_trailer/add.vue @@ -6,7 +6,7 @@ 基本信息 - + diff --git a/src/views/enterprise_management/basics_info_management/freight_trailer/components/export_excel.vue b/src/views/enterprise_management/basics_info_management/freight_trailer/components/export_excel.vue index fcf3b1a..fc45a92 100644 --- a/src/views/enterprise_management/basics_info_management/freight_trailer/components/export_excel.vue +++ b/src/views/enterprise_management/basics_info_management/freight_trailer/components/export_excel.vue @@ -53,7 +53,7 @@ const props = defineProps({ const emits = defineEmits(["update:visible"]); const visible = useVModel(props, "visible", emits); const options = [ - "自编号", + "编号", "车牌号", "车架号", "挂车类型", diff --git a/src/views/enterprise_management/basics_info_management/freight_trailer/edit.vue b/src/views/enterprise_management/basics_info_management/freight_trailer/edit.vue index 0c151ce..380dedb 100644 --- a/src/views/enterprise_management/basics_info_management/freight_trailer/edit.vue +++ b/src/views/enterprise_management/basics_info_management/freight_trailer/edit.vue @@ -6,7 +6,7 @@ 基本信息 - + diff --git a/src/views/enterprise_management/basics_info_management/freight_trailer/index.vue b/src/views/enterprise_management/basics_info_management/freight_trailer/index.vue index 521473d..8b9f4c4 100644 --- a/src/views/enterprise_management/basics_info_management/freight_trailer/index.vue +++ b/src/views/enterprise_management/basics_info_management/freight_trailer/index.vue @@ -18,7 +18,7 @@ - + @@ -57,7 +57,7 @@ {{ serialNumber(pagination, $index) }} - + diff --git a/src/views/enterprise_management/basics_info_management/freight_trailer/view.vue b/src/views/enterprise_management/basics_info_management/freight_trailer/view.vue index 1a56574..b5772a5 100644 --- a/src/views/enterprise_management/basics_info_management/freight_trailer/view.vue +++ b/src/views/enterprise_management/basics_info_management/freight_trailer/view.vue @@ -3,7 +3,7 @@
基本信息 - + {{ info.NUM }} diff --git a/src/views/enterprise_management/basics_info_management/operation_vehicle/edit.vue b/src/views/enterprise_management/basics_info_management/operation_vehicle/edit.vue index c62e4a9..ea6e3d3 100644 --- a/src/views/enterprise_management/basics_info_management/operation_vehicle/edit.vue +++ b/src/views/enterprise_management/basics_info_management/operation_vehicle/edit.vue @@ -7,7 +7,7 @@ diff --git a/src/views/mechanical_files/beidou/components/export_excel.vue b/src/views/mechanical_files/beidou/components/export_excel.vue index fcf3b1a..fc45a92 100644 --- a/src/views/mechanical_files/beidou/components/export_excel.vue +++ b/src/views/mechanical_files/beidou/components/export_excel.vue @@ -53,7 +53,7 @@ const props = defineProps({ const emits = defineEmits(["update:visible"]); const visible = useVModel(props, "visible", emits); const options = [ - "自编号", + "编号", "车牌号", "车架号", "挂车类型", diff --git a/src/views/mechanical_files/inspect_annually/components/export_excel.vue b/src/views/mechanical_files/inspect_annually/components/export_excel.vue index fcf3b1a..fc45a92 100644 --- a/src/views/mechanical_files/inspect_annually/components/export_excel.vue +++ b/src/views/mechanical_files/inspect_annually/components/export_excel.vue @@ -53,7 +53,7 @@ const props = defineProps({ const emits = defineEmits(["update:visible"]); const visible = useVModel(props, "visible", emits); const options = [ - "自编号", + "编号", "车牌号", "车架号", "挂车类型", diff --git a/src/views/mechanical_files/insure/components/export_excel.vue b/src/views/mechanical_files/insure/components/export_excel.vue index fcf3b1a..fc45a92 100644 --- a/src/views/mechanical_files/insure/components/export_excel.vue +++ b/src/views/mechanical_files/insure/components/export_excel.vue @@ -53,7 +53,7 @@ const props = defineProps({ const emits = defineEmits(["update:visible"]); const visible = useVModel(props, "visible", emits); const options = [ - "自编号", + "编号", "车牌号", "车架号", "挂车类型", diff --git a/src/views/mechanical_files/maintenance/components/export_excel.vue b/src/views/mechanical_files/maintenance/components/export_excel.vue index fcf3b1a..fc45a92 100644 --- a/src/views/mechanical_files/maintenance/components/export_excel.vue +++ b/src/views/mechanical_files/maintenance/components/export_excel.vue @@ -53,7 +53,7 @@ const props = defineProps({ const emits = defineEmits(["update:visible"]); const visible = useVModel(props, "visible", emits); const options = [ - "自编号", + "编号", "车牌号", "车架号", "挂车类型", diff --git a/src/views/mechanical_files/operations/components/export_excel.vue b/src/views/mechanical_files/operations/components/export_excel.vue index fcf3b1a..fc45a92 100644 --- a/src/views/mechanical_files/operations/components/export_excel.vue +++ b/src/views/mechanical_files/operations/components/export_excel.vue @@ -53,7 +53,7 @@ const props = defineProps({ const emits = defineEmits(["update:visible"]); const visible = useVModel(props, "visible", emits); const options = [ - "自编号", + "编号", "车牌号", "车架号", "挂车类型",