@ued_fpi/data-visual 1.4.28 → 1.4.29

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.
@@ -37,7 +37,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
37
37
  props: {
38
38
  isAccessPermission: {
39
39
  type: Boolean,
40
- default: true
40
+ default: false
41
41
  }
42
42
  },
43
43
  emits: ["clickItem"],
@@ -123,7 +123,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
123
123
  missionLevelName: item.missionLevelName,
124
124
  startTimeStr: item.startTimeStr,
125
125
  missionSuperviseStatus: item.missionSuperviseStatus,
126
- description: item.description
126
+ description: item.description,
127
+ isAccessPermission: props.isAccessPermission
127
128
  };
128
129
  });
129
130
  cardData.value.push(...d);