eoss-ui 0.4.26 → 0.4.28

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/lib/handler.js CHANGED
@@ -2689,7 +2689,7 @@ module.exports = require("axios");
2689
2689
  // ESM COMPAT FLAG
2690
2690
  __webpack_require__.r(__webpack_exports__);
2691
2691
 
2692
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=6c3c5ce0&
2692
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=3cf1aa9e&
2693
2693
  var render = function () {
2694
2694
  var _vm = this
2695
2695
  var _h = _vm.$createElement
@@ -2864,7 +2864,7 @@ var staticRenderFns = []
2864
2864
  render._withStripped = true
2865
2865
 
2866
2866
 
2867
- // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=6c3c5ce0&
2867
+ // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=3cf1aa9e&
2868
2868
 
2869
2869
  // EXTERNAL MODULE: ./src/config/api.js
2870
2870
  var api = __webpack_require__(1);
@@ -3115,13 +3115,11 @@ var util = __webpack_require__(0);
3115
3115
  handleSelect: function handleSelect(res) {
3116
3116
  var node = res.node;
3117
3117
 
3118
- console.log(node);
3119
- if (node.extendData && node.extendData.businessStatus == 0 && node.extendData.businessWarnMsg) {
3120
- this.$alert(node.extendData.businessWarnMsg, '提示', {
3118
+ if (node.extendData && node.extendData.businessStatus == 0) {
3119
+ this.$alert(node.extendData.businessWarnMsg ? node.extendData.businessWarnMsg : '此模块还在开发中', '提示', {
3121
3120
  type: 'warning'
3122
3121
  });
3123
- }
3124
- if (!this.application && !node.hasPermission && node.extendData && node.extendData.businessStatus != 0) {
3122
+ } else if (!this.application && !node.hasPermission) {
3125
3123
  this.$emit('select', res);
3126
3124
  }
3127
3125
  },
package/lib/icon.js CHANGED
@@ -206,14 +206,14 @@ function normalizeComponent(
206
206
  // ESM COMPAT FLAG
207
207
  __webpack_require__.r(__webpack_exports__);
208
208
 
209
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=template&id=7245ba78&
209
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=template&id=2cc93981&
210
210
  var render = function () {
211
211
  var _vm = this
212
212
  var _h = _vm.$createElement
213
213
  var _c = _vm._self._c || _h
214
214
  return _c(
215
215
  "div",
216
- { staticClass: "es-icon", class: { "es-icon-readonly": _vm.readonly } },
216
+ { staticClass: "es-icons", class: { "es-icon-readonly": _vm.readonly } },
217
217
  [
218
218
  !_vm.readonly
219
219
  ? _c(
@@ -318,7 +318,7 @@ var staticRenderFns = []
318
318
  render._withStripped = true
319
319
 
320
320
 
321
- // CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=template&id=7245ba78&
321
+ // CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=template&id=2cc93981&
322
322
 
323
323
  // EXTERNAL MODULE: ./packages/icon/src/icon.json
324
324
  var icon = __webpack_require__(19);