af-mobile-client-vue3 1.3.64 → 1.3.65

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": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.3.64",
4
+ "version": "1.3.65",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -380,7 +380,7 @@ function handleActionSelect(option: any) {
380
380
  @change="(e:any) => handleBrowserFiles(e.target.files)"
381
381
  >
382
382
  <div
383
- v-if="props.mode !== '预览' && (imageList.length < props.attr?.acceptCount && props.attr?.addOrEdit !== 'readonly')"
383
+ v-if="!props.readonly && props.mode !== '预览' && (imageList.length < props.attr?.acceptCount && props.attr?.addOrEdit !== 'readonly')"
384
384
  class="custom-upload-area"
385
385
  @click="handleUploadAreaClick"
386
386
  >