修改影像工作台样式
This commit is contained in:
parent
1ab7a38649
commit
f53ed189d5
@ -100,12 +100,11 @@
|
||||
flex-grow: 1;
|
||||
height: 100%;
|
||||
}*/
|
||||
|
||||
|
||||
.series_img {
|
||||
border: 0px solid green;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
border: 0px solid green;
|
||||
|
||||
}
|
||||
|
||||
.series_img_active {
|
||||
border: 1px solid green;
|
||||
|
@ -437,8 +437,10 @@ function initImgList(data) {
|
||||
if (stateData.imgIndex == i) {
|
||||
className += "_active";
|
||||
}
|
||||
$("#dicom-list").append('<img id="img_' + i + '" onclick="changeIndex(' + i + ')" class="' + className + '" src="' + data.seriesList[i].thumbUrl + '"/>');
|
||||
$("#dicom-list").append('<h6 style="color: white; id="h_' + i + '" onclick="changeIndex(' + i + ')" >"'+data.seriesList[i].SeriesDesc+'"</h6>');
|
||||
|
||||
$("#dicom-list").append('<div style="height: 200px;" id="img_' + i + '" class="' + className + '" onclick="changeIndex(' + i + ')"> <img style=" width: 130px;height: 130px;" src="' + data.seriesList[i].thumbUrl + '"/> <h4 style="color: white; id="h_' + i + '" >"'+data.seriesList[i].SeriesDesc+'"</h4></div>');
|
||||
//$("#dicom-list").append('<img id="img_' + i + '" onclick="changeIndex(' + i + ')" class="' + className + '" src="' + data.seriesList[i].thumbUrl + '"/>');
|
||||
// $("#dicom-list").append('<h4 style="color: white; id="h_' + i + '" onclick="changeIndex(' + i + ')" >"'+data.seriesList[i].SeriesDesc+'"</h4>');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -124,14 +124,15 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="检查项目名称" label-width="160px" style="font-weight: bold">
|
||||
<el-form-item label="送检科室" style="font-weight: bold" label-width="160px">
|
||||
<el-input
|
||||
v-model="applyFormVO.examItemName"
|
||||
v-model="applyFormVO.billDoctorDepartment"
|
||||
style="width: 220px"
|
||||
:disabled="true"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
|
||||
<el-col :span="7">
|
||||
<el-form-item label="申请时间" style="font-weight: bold" label-width="110px">
|
||||
@ -150,23 +151,31 @@
|
||||
<el-input v-model="applyFormVO.regId" style="width: 220px" :disabled="true" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="送检科室" style="font-weight: bold" label-width="160px">
|
||||
<el-col :span="7">
|
||||
<!-- <el-form-item label="检查项目名称" label-width="160px" style="font-weight: bold">
|
||||
<el-input
|
||||
v-model="applyFormVO.billDoctorDepartment"
|
||||
v-model="applyFormVO.examItemName"
|
||||
style="width: 220px"
|
||||
:disabled="true"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
<label style="font-size: 18px; font-weight: bold; margin-left: 50px">检查项目</label>
|
||||
<el-divider />
|
||||
<el-input
|
||||
v-model="applyFormVO.examItemName"
|
||||
style="width: 95%; font-size: 20px; margin-left: 40px; margin-bottom: 6px; "
|
||||
:rows="1"
|
||||
:disabled="true"
|
||||
/>
|
||||
<label style="font-size: 18px; font-weight: bold; margin-left: 50px">影像所见</label>
|
||||
<el-divider />
|
||||
<el-input
|
||||
v-model="sj"
|
||||
style="width: 95%; font-size: 20px; margin-left: 40px; margin-bottom: 3px"
|
||||
:rows="7"
|
||||
:rows="5"
|
||||
type="textarea"
|
||||
placeholder="影像所见"
|
||||
/>
|
||||
@ -175,7 +184,7 @@
|
||||
<el-input
|
||||
v-model="zdjl"
|
||||
style="width: 95%; font-size: 20px; margin-left: 40px; margin-bottom: 3px"
|
||||
:rows="7"
|
||||
:rows="5"
|
||||
type="textarea"
|
||||
placeholder="影像结论"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user