bl-common-vue3 3.8.88 → 3.8.89

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bl-common-vue3",
3
- "version": "3.8.88",
3
+ "version": "3.8.89",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "description": "bailing vue3 common components lib",
@@ -22,7 +22,8 @@
22
22
  >
23
23
  <template #column-action="{ record }">
24
24
  <div v-if="record.is_system == 1">
25
- <a-tooltip>
25
+ <a-button @click="handleEdit(record)" type="link" v-if="record?.can_edit">{{t('common.button.edit')}}</a-button>
26
+ <a-tooltip v-else>
26
27
  <template #title>{{t('villageIotInfo.index.885385-0')}}</template>
27
28
  <a-button disabled type="link">{{t('common.button.edit')}}</a-button>
28
29
  </a-tooltip>
@@ -486,7 +486,7 @@ export default defineComponent({
486
486
  .title-image {
487
487
  width: 100%;
488
488
  height: 150px;
489
- background: url("https://app.kuaijingai.com/public_h5/static/images/contact/userTopBg.png")
489
+ background: url("/public_h5/static/images/contact/userTopBg.png")
490
490
  no-repeat;
491
491
  background-size: 100% 150%;
492
492
  background-position-y: -50px;