doctor-admin-components 1.0.13-beta.64 → 1.0.13-beta.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "doctor-admin-components",
3
3
  "version1": "1.0.11",
4
- "version": "1.0.13-beta.64",
4
+ "version": "1.0.13-beta.65",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -495,7 +495,9 @@ export default {
495
495
  actualArrivalDate: null
496
496
  },
497
497
  // 表单参数
498
- form: {},
498
+ form: {
499
+ etaUpdateOn: true
500
+ },
499
501
  // 表单校验
500
502
  rules: {
501
503
  billOfLadingNo: [{ required: true, message: '提单号不能为空', trigger: 'blur' }],
@@ -788,6 +790,7 @@ export default {
788
790
  createTime: null,
789
791
  updateTime: null,
790
792
  containerList: [],
793
+ etaUpdateOn: true,
791
794
  loadingTime: this.utc2local(new Date(), 'yyyy-MM-DD HH:mm:ss')
792
795
  }
793
796
  this.contract = {