This commit is contained in:
Teng 2026-01-14 16:33:39 +08:00
parent 6f989bef84
commit 187bf2f516
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
import { queryOrderlist,startDirectiveServe,finishDirectiveServe,queryOrderInfoList } from '@/pages/procurement/api/lunpan.js'
import { startOrder,endOrder,editSubPicPath,editSubMp4,queryEmpList,transferOrder,assistOrder} from '@/pages/NursingNew/component/doctorask/api/api.js'
const qcobj = ref({})
const openleft = ref(true)
const openleft = ref(false)
const open = ref(0);
const zdcont = ref('');
const serverUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')

View File

@ -25,11 +25,11 @@
.que {
position: fixed;
top: 9%;
left: 12%;
width: 76%;
left: 10%;
width: 85%;
height: 88%;
z-index: 100;
background-color: #eff0f4;
background-color: #f5f6fa;
display: flex;
justify-content: center;
align-items: center;