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
|
@@ -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
|
-
}
|
|
970
|
+
}
|
|
971
|
+
if (this.billInfoSummary) {
|
|
971
972
|
this.addContainerRow()
|
|
972
973
|
}
|
|
973
974
|
|