+
+
+ {{ isCreate ? '发布公告' : '编辑公告' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ isCreate ? '发布' : '保存' }}
+
+
+
+
+
+
+
+
+ {{ post.title }}
+
+
+ 发布人:{{ displayName(post.expand?.creator) }}
+ 截止:{{ formatDate(post.expiresAt) }}
+
+
+ {{ post.content }}
+
+
+ 编辑
+ 删除
+
+
+
+