隐藏检查时间

main
yanzai 9 months ago
parent e39f310881
commit ed90e21edd

@ -1,6 +1,6 @@
let url_ = "https://ts-qingren.sixinyun.com";
const dev =0
if (dev === 0) {
if (dev === 1) {
url_ = "http://localhostlanketijian"
}
let url_array = {};

@ -3,7 +3,7 @@ import {
} from '@/lu/axios.js'
let url_ = "https://ts-qingren.sixinyun.com";
const dev = 0
if (dev === 0) {
if (dev === 1) {
url_ = "http://localhostlanketijian"
}
export const HospitalExtraReportStatusAction = async (data) => await $post({

@ -45,7 +45,7 @@
</view>
<view class="report_content_doctor_wrapper">
<view class="report_content_doctor_name_wrapper">检查医生{{ i.doctor }}</view>
<view class="report_content_datetime_wrapper">检查时间{{ i.datetime }}</view>
<!-- <view class="report_content_datetime_wrapper">检查时间{{ i.datetime }}</view> -->
</view>
</view>
</view>

Loading…
Cancel
Save