This commit is contained in:
liuyuan
2025-09-04 13:55:23 +08:00
parent 9126f47346
commit 0d0bf4bb3a
27 changed files with 9302 additions and 5262 deletions

View File

@@ -173,18 +173,18 @@
item.showFlag == 1 ? '#5188e5' : '#5e6d82'
};display: flex;align-items: center;`"
>
<template @click.stop="changeShowFlag(item)">
<text style="margin-right: 10rpx"
<view @click.stop="changeShowFlag(item)">
<text style="margin-right: 10rpx"
>是否在我的医案中展示</text
>
<uni-icons
<uni-icons style="margin-right: 10rpx;display: inline-block;"
:color="item.showFlag == 1 ? '#5188e5' : '#5e6d82'"
:type="
item.showFlag == 0 ? 'eye-slash-filled' : 'eye-filled'
"
size="24"
></uni-icons>
</template>
</view>
<view @click.stop="changeShowArticleFlag(item)"
v-if="item.articleFlag == 0"

View File

@@ -386,6 +386,10 @@ export default {
this.$commonJS.showToast("请至少上传一张图片");
return;
}
if (this.fileList1.length == 0) {
this.$commonJS.showToast("请至少上传一张图片");
return;
}
}
if (
["妇科", "儿科"].includes(this.medicalForm.labelTitle) &&