Browse Source

Merge branch 'develop' into xuxiaoming

pull/136/head
xuxiaoming 3 years ago
parent
commit
cd0edbd86e
5 changed files with 30539 additions and 2031 deletions
  1. +28493
    -0
      package-lock.json
  2. +2
    -2
      package.json
  3. +1
    -1
      src/main.js
  4. +1
    -1
      src/views/plan/workbench/homePage/beta/predict/predictEdit.vue
  5. +2042
    -2027
      yarn.lock

+ 28493
- 0
package-lock.json
File diff suppressed because it is too large
View File


+ 2
- 2
package.json View File

@ -15,9 +15,9 @@
"core-js": "^3.6.5",
"echarts": "^5.2.0",
"element-china-area-data": "^5.0.2",
"element-plus": "^1.0.2-beta.48",
"element-plus": "^1.2.0-beta.6",
"moment": "^2.29.1",
"vue": "^3.2.0",
"vue": "^3.2.26",
"vue-picture-cropper": "^0.1.11",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"


+ 1
- 1
src/main.js View File

@ -5,7 +5,7 @@ import Vuex from 'vuex'
import { modules } from "./store";
import ElementPlus from "element-plus";
import './icons'
import "element-plus/lib/theme-chalk/index.css";
import "element-plus/dist/index.css";
import "dayjs/locale/zh-cn";
import "./assets/css/base.css";
import locale from "element-plus/lib/locale/lang/zh-cn";


+ 1
- 1
src/views/plan/workbench/homePage/beta/predict/predictEdit.vue View File

@ -79,7 +79,7 @@
<el-table
:data="formData['AP_CustDemandVerHead-CustomerItem']"
size="mini"
height="460px"
height="560px"
style="width: 100%; margin-top: 20px;"
border>
<el-table-column label="零件" width="180">


+ 2042
- 2027
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save