Commit 144af8ef authored by yaqizhang's avatar yaqizhang

间隙

parent 98133db3
......@@ -116,7 +116,7 @@
</ul>
</div>
</el-col>
<el-row>
<el-row style="margin-bottom: -20px;">
<el-col :span="6"style="margin-bottom: 15px;">
<el-form ref="form" v-model="form" :rules="rules" label-width="100px" style="height: 30px;width: 100%;">
<el-form-item label="接单人:" prop="actualInspectorName">
......@@ -219,7 +219,7 @@
<!-- 归档信息 -->
<div v-if="form.orderStatus == 3">
<el-divider></el-divider>
<el-row>
<el-row style="margin-top: -15px;">
<el-col :span="24">
<div style="color: #31EAEA;width: 100%;height: 40px;">
<ul>
......@@ -229,14 +229,14 @@
</el-col>
</el-row>
<el-row style="padding-left: 40px;">
<el-col :span="6">
<el-col :span="6" style="margin-top: -10px;margin-bottom: 10px;">
<el-form ref="form" v-model="form" :rules="rules" label-width="100px" style="height: 30px;width: 100%;">
<el-form-item label="归档信息:" prop="archiving">
<font>{{form.archiving}}</font>
</el-form-item>
</el-form>
</el-col>
<el-col :span="6">
<el-col :span="6" style="margin-top: -10px;">
<el-form ref="form" v-model="form" :rules="rules" label-width="100px" style="height: 30px;width: 100%;">
<el-form-item label="归档时间:" prop="updateTime">
<font>{{form.updateTime}}</font>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment