doctor-admin-components 1.0.13-beta.5 → 1.0.13-beta.6

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.5",
4
+ "version": "1.0.13-beta.6",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -521,7 +521,7 @@ export default {
521
521
  billInfoSummary: {
522
522
  type: Object,
523
523
  default: () => {
524
- return {}
524
+ return null
525
525
  }
526
526
  }
527
527
  },
@@ -967,7 +967,8 @@ export default {
967
967
  }
968
968
  })
969
969
  }
970
- } else {
970
+ }
971
+ if (this.billInfoSummary) {
971
972
  this.addContainerRow()
972
973
  }
973
974