|
@@ -102,7 +102,7 @@
|
|
|
label-width="95px"
|
|
|
>
|
|
|
<div class="block" style="display: inline-block; margin-right: 20px;">
|
|
|
- <el-input v-model="i.remark" placeholder="请输入具体位置" style="width: 100%" maxlength="100" :disabled="status == 'read-only'"></el-input>
|
|
|
+ <el-input v-model="i.remark" placeholder="请输入施工内容" style="width: 100%" maxlength="100" type="textarea" :disabled="status == 'read-only'"></el-input>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
<el-form-item
|
|
@@ -129,12 +129,12 @@
|
|
|
v-if="currentDicts.some(item=>item.label==='底腿')"
|
|
|
:prop="i.number + ''"
|
|
|
:class="enginType != '基建工程' && enginType != '民用工程' ? 'labelWidth' : '' "
|
|
|
- label="具体位置"
|
|
|
+ label="第"
|
|
|
v-show="i.number != null"
|
|
|
label-width="95px"
|
|
|
>
|
|
|
<div class="block" style="display: inline-block; margin-right: 20px;">
|
|
|
- <el-input v-model="i.remark" placeholder="请填写描述" style="width: 200px;" maxlength="255" type="textarea" :disabled="status == 'read-only'"/>
|
|
|
+ <el-input v-model="i.remark" placeholder="请输入具体位置" style="width: 90%;" maxlength="255" type="number" :disabled="status == 'read-only'"/><span style="font-weight:bold;">根</span>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
|
|
@@ -348,7 +348,7 @@
|
|
|
></ObsImageUpload>
|
|
|
</div>
|
|
|
<div style="display: flex;width: 100%;height: 100%;" v-if="currentDicts.some(item=>item.label==='底腿')">
|
|
|
- <h3 style="width: 95px;font-weight: 600;text-align: center;text-indent: 41px;">沟上部分</h3>
|
|
|
+ <h3 style="width: 95px;font-weight: 600;text-align: center;text-indent: 30px;">沟上部分</h3>
|
|
|
<ObsImageUpload
|
|
|
:class=" status == 'read-only' ? 'obsImageUploads' : '' "
|
|
|
ref="obsImageUpload"
|
|
@@ -830,7 +830,7 @@ export default {
|
|
|
|
|
|
.el-dialog__body {
|
|
|
overflow: hidden;
|
|
|
- height: 94%;
|
|
|
+ height: 91%;
|
|
|
}
|
|
|
}
|
|
|
|