|
@@ -120,7 +120,7 @@
|
|
|
</el-row>
|
|
|
<el-divider border-style="dashed" style="border: 1px dashed #cdd4e3;" />
|
|
|
<el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <el-col :span="4">
|
|
|
<el-form-item label="检查部位" prop="key5">
|
|
|
<el-button
|
|
|
hc-btn
|
|
@@ -133,7 +133,7 @@
|
|
|
</el-button>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
+ <el-col :span="24">
|
|
|
<div class="hc-process-box">
|
|
|
<el-scrollbar style="max-height: 200px;">
|
|
|
<div v-for="(item, index) in processDataList" class="process-item-box">
|