@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.
@@ -33,7 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
33
33
  props: {
34
34
  isAccessPermission: {
35
35
  type: Boolean,
36
- default: true
36
+ default: false
37
37
  }
38
38
  },
39
39
  emits: ["clickItem"],
@@ -119,7 +119,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
119
119
  missionLevelName: item.missionLevelName,
120
120
  startTimeStr: item.startTimeStr,
121
121
  missionSuperviseStatus: item.missionSuperviseStatus,
122
- description: item.description
122
+ description: item.description,
123
+ isAccessPermission: props.isAccessPermission
123
124
  };
124
125
  });
125
126
  cardData.value.push(...d);