master
Yangwl 1 month ago
parent c86f213615
commit 25cefccfc6

@ -51,7 +51,7 @@
"LastEditors": "zhou lei", //
"Description": "",
"FilePath": "Do not edit", //
"custom_string_obkoro1": "联系方式:910592680@qq.com 18669792120 科海达信息技术有限公司"
"custom_string_obkoro1": "联系方式:910592680@qq.com 18669792120 "
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"

@ -5,7 +5,7 @@
* @LastEditors: zhou lei
* @Description:
* @FilePath: /wms_haiwai_app/src/App.vue
* 联系方式:910592680@qq.com 18669792120 科海达信息技术有限公司
* 联系方式:910592680@qq.com 18669792120
-->
<script lang="ts">
import Vue from 'vue';

@ -5,7 +5,7 @@
* @LastEditors: zhou lei
* @Description:
* @FilePath: /wms_haiwai_app/src/components/base/page.ts
* :910592680@qq.com 18669792120
* :910592680@qq.com 18669792120
*/
import { Component, Vue } from 'vue-property-decorator';
import { page } from '@/utils/page';

@ -5,7 +5,7 @@
* @LastEditors: zhou lei
* @Description:
* @FilePath: /wms_haiwai_app/src/main.ts
* :910592680@qq.com 18669792120
* :910592680@qq.com 18669792120
*/
import Vue from 'vue';
import uView from 'uview-ui';

2
src/sfc.d.ts vendored

@ -5,7 +5,7 @@
* @LastEditors: zhou lei
* @Description:
* @FilePath: /wms_haiwai_app/src/sfc.d.ts
* :910592680@qq.com 18669792120
* :910592680@qq.com 18669792120
*/
// 1. 确保在声明补充的类型之前导入 'vue'
declare module '*.vue' {

@ -5,7 +5,7 @@
* @LastEditors: zhou lei
* @Description:
* @FilePath: /wms_haiwai_app/src/utils/mixin.ts
* :910592680@qq.com 18669792120
* :910592680@qq.com 18669792120
*/
import Vue from 'vue';
import { Component } from 'vue-property-decorator';

@ -5,7 +5,7 @@
* @LastEditors: zhou lei
* @Description:
* @FilePath: \hgwms-factory-app\src\utils\subtraction.ts
* :910592680@qq.com 18669792120
* :910592680@qq.com 18669792120
*/
//自定义减法,解决浮点类型相减精度问题
export function subtraction(arg1: number, arg2: number) {

@ -5,7 +5,7 @@
* @LastEditors: zhou lei
* @Description:
* @FilePath: /wms_haiwai_app/types/vue-form.d.ts
* :910592680@qq.com 18669792120
* :910592680@qq.com 18669792120
*/
declare module 'vue/types/form' {
/**

@ -6,7 +6,7 @@
* @LastEditors: zhou lei
* @Description:
* @FilePath: /wms_haiwai_app/types/vue-prototype.d.ts
* :910592680@qq.com 18669792120
* :910592680@qq.com 18669792120
*/
import Vue from 'vue';
// 在 types/vue.d.ts 里 Vue 有构造函数类型

Loading…
Cancel
Save