Commit 4b93806e authored by 王晓倩's avatar 王晓倩

工单详情页

parent d94c26c0
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
</el-steps> </el-steps>
</div> </div>
<div style="width: 100%;height: 280px;"> <div style="width: 100%;height: 280px;">
<el-divider></el-divider> <el-divider></el-divider>
<div style="color: #31EAEA;width: 30%;height: 40px;"> <div style="color: #31EAEA;width: 30%;height: 40px;">
...@@ -131,7 +130,7 @@ ...@@ -131,7 +130,7 @@
</div> </div>
</el-upload> --> </el-upload> -->
<div style="float: left;margin-left: 50px;" > <div style="float: left;margin-left: 50px;" >
<el-image :src="form.pictureUrl1" fit="cover" v-if="form.pictureUrl2 != null" style="width: 100px;height: 100px;"> <el-image :src="form.pictureUrl1" fit="cover" v-if="form.pictureUrl1 != null" style="width: 100px;height: 100px;">
</el-image> </el-image>
<el-image :src="form.pictureUrl2" fit="cover" v-if="form.pictureUrl2 != null" style="width: 100px;height: 100px;"> <el-image :src="form.pictureUrl2" fit="cover" v-if="form.pictureUrl2 != null" style="width: 100px;height: 100px;">
</el-image> </el-image>
......
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