diff --git a/src/components/PageContent/index.vue b/src/components/PageContent/index.vue
index ae452d09..d7e88e8e 100644
--- a/src/components/PageContent/index.vue
+++ b/src/components/PageContent/index.vue
@@ -145,6 +145,72 @@
+
+
+
+
+ {{ (col.selectList ?? {})[scope.row[col.prop]] }}
+
+
+
+
+
+
+
+
+ {{ scope.row[col.prop] }}
+
+
+
+
+
+
+
+
+ {{ `${col.priceFormat ?? "¥"}${scope.row[col.prop]}` }}
+
+
+
+
+
+
+ {{ scope.row[col.prop] }}%
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ useDateFormat(
+ scope.row[col.prop],
+ col.dateFormat ?? "YYYY-MM-DD HH:mm:ss"
+ ).value
+ }}
+
+
+
@@ -247,7 +313,9 @@