doctor-admin-components 1.0.14-beta.4 → 1.0.14-beta.6

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,7 +1,7 @@
1
1
  {
2
2
  "name": "doctor-admin-components",
3
3
  "version1": "1.0.11",
4
- "version": "1.0.14-beta.4",
4
+ "version": "1.0.14-beta.6",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -2,7 +2,7 @@
2
2
  * @Author: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
3
3
  * @Date: 2024-02-26 10:03:01
4
4
  * @LastEditors: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
5
- * @LastEditTime: 2024-05-08 15:22:56
5
+ * @LastEditTime: 2024-07-25 18:37:49
6
6
  * @FilePath: /doctor-admin-components 公共组件/packages/src/views/biz/bizFileInfo/IMGPreviewCheckBox.vue
7
7
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  -->
@@ -204,6 +204,9 @@ export default {
204
204
  });
205
205
  this.srcList.push(coverUrl);
206
206
  });
207
+ } else {
208
+ this.imgList = []
209
+ this.srcList = []
207
210
  }
208
211
  },
209
212
  deep: true,
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="file-info" v-if="fileInfo.url">
3
3
  <div class="main">
4
- <el-checkbox v-if="!this.hiddenOperation" label="" class="checkbox-position" @change="handleCheck" v-model="checkFlag">
4
+ <el-checkbox v-if="!this.hiddenOperation && !hiddenSelect" label="" class="checkbox-position" @change="handleCheck" v-model="checkFlag">
5
5
  </el-checkbox>
6
6
  <div class="area">
7
7
  <div class="area-info">
@@ -109,6 +109,10 @@ export default {
109
109
  type: Boolean,
110
110
  default: false,
111
111
  },
112
+ hiddenSelect: {
113
+ type: Boolean,
114
+ default: false,
115
+ },
112
116
  type: {
113
117
  type: String,
114
118
  default: '',