Commit 5fc05a8f authored by youjie's avatar youjie

no message

parent 8b184350
......@@ -89,7 +89,7 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="电话" prop="ContactNumber">
<el-form-item label="电话" prop="">
<el-input v-model="parameters.ContactNumber"></el-input>
</el-form-item>
</el-col>
......@@ -504,4 +504,3 @@
</style>
\ No newline at end of file
......@@ -219,7 +219,8 @@
<div :style="{'height':tableHeight+'px'}" style="overflow: auto;" v-loading="loading">
<div v-if="ViewType==1" class="listone-box">
<div class="listone-form" v-for="(x,index) in tableData" :key="index">
<el-image v-if="x.ImageList" class="listone-img" :src="x.ImageList[0]" fit="contain">
<el-image v-if="x.ImageList" class="listone-img" :src="x.ImageList[0]" fit="cover"
style="max-height: 110px;">
<div slot="placeholder" class="image-slot">
<span>
加载中<span class="dot">...</span>
......@@ -469,4 +470,3 @@
};
</script>
\ No newline at end of file
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