|
|
@@ -132,7 +132,7 @@
|
|
|
<image-preview :src="scope.row.${javaField}" :width="50" :height="50"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
-#elseif($column.list && "" != $column.dictType)
|
|
|
+#elseif($column.list && $column.dictType && "" != $column.dictType)
|
|
|
<el-table-column label="${comment}" align="center" prop="${javaField}">
|
|
|
<template #default="scope">
|
|
|
#if($column.htmlType == "checkbox")
|
|
|
@@ -153,7 +153,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
-
|
|
|
+
|
|
|
<pagination
|
|
|
v-show="total>0"
|
|
|
:total="total"
|