|
@@ -104,6 +104,7 @@
|
|
|
@:<template #default="scope">
|
|
@:<template #default="scope">
|
|
|
if(@column.EffectType == "Upload"){
|
|
if(@column.EffectType == "Upload"){
|
|
|
@:<el-image
|
|
@:<el-image
|
|
|
|
|
+ @:v-if="scope.row.@column.LowerPropertyName"
|
|
|
@:style="width: 60px; height: 60px"
|
|
@:style="width: 60px; height: 60px"
|
|
|
@::src="scope.row.@column.LowerPropertyName"
|
|
@::src="scope.row.@column.LowerPropertyName"
|
|
|
@::lazy="true"
|
|
@::lazy="true"
|