改对了

This commit is contained in:
Teng 2025-11-18 16:23:57 +08:00
parent 64d9a33813
commit 0dcbf8424f
1 changed files with 29 additions and 4 deletions

View File

@ -794,10 +794,12 @@
<view class="left-tags">
<view class="tags-one" v-if="showvalue.categoryId_dictText">
{{showvalue.categoryId_dictText}}</view>
{{showvalue.categoryId_dictText}}
</view>
<view class="tags-one" v-if="showvalue.typeId_dictText">{{showvalue.typeId_dictText}}</view>
<view class="tags-one" v-if="showvalue.medicationId_dictText">
{{showvalue.medicationId_dictText}}</view>
{{showvalue.medicationId_dictText}}
</view>
</view>
</view>
<view class="right-bottom-right">
@ -1087,7 +1089,29 @@
const openjianhuo = ref(false);
const opendata = ref(false);
//
const gysclick = (res : any) => {
console.log("///", res);
opengys.value = false;
}
const openjianhuoclick = () => {
if (showvalue.value.jianhuobtn == false) {
return
}
openjianhuo.value = true;
donghuaopo.value = false;
setTimeout(() => {
donghuaopo.value = true;
}, 100)
}
const opengaijiaclick = () => {
opengaijia.value = true;
donghuaopo.value = false;
setTimeout(() => {
donghuaopo.value = true;
}, 100)
}
//
const filteredCgrList = ref([]);
@ -2933,6 +2957,7 @@
background-color: #fff;
z-index: 999;
}
.input-next {
position: fixed;
bottom: 660rpx;
@ -2944,14 +2969,14 @@
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
padding: 40rpx 30rpx;
.next-father {
color: #999;
margin: 10rpx;
font-size: 28rpx;
}
}
.nomessage {
display: flex;
justify-content: center;