-
- {{ t('action.add') }}
-
-
- {{ t('action.export') }}
-
+
+
#foreach($column in $columns)
#if ($column.listOperationResult)
#set ($dictType=$column.dictType)
- #if ($column.javaType == "Date")## 时间类型
-
- {{ dayjs(row.${column.javaField}).format('YYYY-MM-DD HH:mm:ss') }}
-
+ #if ($column.javaType == "LocalDateTime")## 时间类型
+
+ {{ dayjs(row.${column.javaField}).format('YYYY-MM-DD HH:mm:ss') }}
+
#elseif("" != $column.dictType)## 数据字典
-
-
-
+
+
+
#end
#end
#end
-
- {{ t('action.edit') }}
-
-
- {{ t('action.detail') }}
-
-
- {{ t('action.del') }}
-
+
+
+
@@ -168,21 +171,21 @@