@@ -117,7 +117,6 @@
@:<el-form-item label="@column.ColumnComment" prop="@(@column.LowerPropertyName)">
@:<el-upload
@:list-type="picture-card"
- @::limit="1"
@::show-file-list="false"
@::http-request="upload@(@column.PropertyName)Handle">
@:<img
@@ -104,6 +104,7 @@
@:<template #default="scope">
if(@column.EffectType == "Upload"){
@:<el-image
+ @:v-if="scope.row.@column.LowerPropertyName"
@:style="width: 60px; height: 60px"
@::src="scope.row.@column.LowerPropertyName"
@::lazy="true"