-
-
+
+
-
-
+
+
-
+
+
+
+ {{ $fd("PublishStatus", scope.row.State) }}
+
+
+
+
+ {{ $fd("YesOrNo", scope.row.IsCurrentVersion) }}
+
+
- {{ scope.row.PublishTime?moment(scope.row.PublishTime).format('YYYY-MM-DD'):'' }}
+ {{
+ scope.row.PublishTime
+ ? moment(scope.row.PublishTime).format("YYYY-MM-DD")
+ : ""
+ }}
@@ -103,11 +110,10 @@
>
删除
-
-
+