改bug
This commit is contained in:
parent
6f989bef84
commit
187bf2f516
|
|
@ -43,7 +43,7 @@
|
||||||
import { queryOrderlist,startDirectiveServe,finishDirectiveServe,queryOrderInfoList } from '@/pages/procurement/api/lunpan.js'
|
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'
|
import { startOrder,endOrder,editSubPicPath,editSubMp4,queryEmpList,transferOrder,assistOrder} from '@/pages/NursingNew/component/doctorask/api/api.js'
|
||||||
const qcobj = ref({})
|
const qcobj = ref({})
|
||||||
const openleft = ref(true)
|
const openleft = ref(false)
|
||||||
const open = ref(0);
|
const open = ref(0);
|
||||||
const zdcont = ref('');
|
const zdcont = ref('');
|
||||||
const serverUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')
|
const serverUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')
|
||||||
|
|
|
||||||
|
|
@ -25,11 +25,11 @@
|
||||||
.que {
|
.que {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 9%;
|
top: 9%;
|
||||||
left: 12%;
|
left: 10%;
|
||||||
width: 76%;
|
width: 85%;
|
||||||
height: 88%;
|
height: 88%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background-color: #eff0f4;
|
background-color: #f5f6fa;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue