修改影像工作台样式
This commit is contained in:
parent
1ab7a38649
commit
f53ed189d5
@ -103,8 +103,7 @@
|
|||||||
|
|
||||||
.series_img {
|
.series_img {
|
||||||
border: 0px solid green;
|
border: 0px solid green;
|
||||||
width: 30px;
|
|
||||||
height: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.series_img_active {
|
.series_img_active {
|
||||||
|
@ -437,8 +437,10 @@ function initImgList(data) {
|
|||||||
if (stateData.imgIndex == i) {
|
if (stateData.imgIndex == i) {
|
||||||
className += "_active";
|
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,15 +124,16 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8">
|
<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
|
<el-input
|
||||||
v-model="applyFormVO.examItemName"
|
v-model="applyFormVO.billDoctorDepartment"
|
||||||
style="width: 220px"
|
style="width: 220px"
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
|
|
||||||
<el-col :span="7">
|
<el-col :span="7">
|
||||||
<el-form-item label="申请时间" style="font-weight: bold" label-width="110px">
|
<el-form-item label="申请时间" style="font-weight: bold" label-width="110px">
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
@ -150,23 +151,31 @@
|
|||||||
<el-input v-model="applyFormVO.regId" style="width: 220px" :disabled="true" />
|
<el-input v-model="applyFormVO.regId" style="width: 220px" :disabled="true" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8">
|
<el-col :span="7">
|
||||||
<el-form-item label="送检科室" style="font-weight: bold" label-width="160px">
|
<!-- <el-form-item label="检查项目名称" label-width="160px" style="font-weight: bold">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="applyFormVO.billDoctorDepartment"
|
v-model="applyFormVO.examItemName"
|
||||||
style="width: 220px"
|
style="width: 220px"
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item> -->
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-form>
|
</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>
|
<label style="font-size: 18px; font-weight: bold; margin-left: 50px">影像所见</label>
|
||||||
<el-divider />
|
<el-divider />
|
||||||
<el-input
|
<el-input
|
||||||
v-model="sj"
|
v-model="sj"
|
||||||
style="width: 95%; font-size: 20px; margin-left: 40px; margin-bottom: 3px"
|
style="width: 95%; font-size: 20px; margin-left: 40px; margin-bottom: 3px"
|
||||||
:rows="7"
|
:rows="5"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
placeholder="影像所见"
|
placeholder="影像所见"
|
||||||
/>
|
/>
|
||||||
@ -175,7 +184,7 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="zdjl"
|
v-model="zdjl"
|
||||||
style="width: 95%; font-size: 20px; margin-left: 40px; margin-bottom: 3px"
|
style="width: 95%; font-size: 20px; margin-left: 40px; margin-bottom: 3px"
|
||||||
:rows="7"
|
:rows="5"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
placeholder="影像结论"
|
placeholder="影像结论"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user