ecinc-cloud-yoabase 9.5.2 → 9.5.4

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.
@@ -299127,6 +299127,11 @@ __webpack_require__("e792");
299127
299127
  // workflow
299128
299128
 
299129
299129
 
299130
+ // 为组件添加 install 方法
299131
+ systemSummary.install = function (Vue) {
299132
+ Vue.component('BaseSystemSummary', systemSummary);
299133
+ };
299134
+
299130
299135
  // 以对象的结构保存组件,便于遍历
299131
299136
  var yoabase_components = yoabase_objectSpread(yoabase_objectSpread(yoabase_objectSpread(yoabase_objectSpread({
299132
299137
  CityCodeConfig: cityCodeConfig,
@@ -299136,6 +299136,11 @@ __webpack_require__("e792");
299136
299136
  // workflow
299137
299137
 
299138
299138
 
299139
+ // 为组件添加 install 方法
299140
+ systemSummary.install = function (Vue) {
299141
+ Vue.component('BaseSystemSummary', systemSummary);
299142
+ };
299143
+
299139
299144
  // 以对象的结构保存组件,便于遍历
299140
299145
  var yoabase_components = yoabase_objectSpread(yoabase_objectSpread(yoabase_objectSpread(yoabase_objectSpread({
299141
299146
  CityCodeConfig: cityCodeConfig,