Files
webman-buildadmin/web/src/lang/backend/zh-cn/operation/operationNotice.ts
2026-04-16 14:32:35 +08:00

16 lines
393 B
TypeScript

export default {
'quick Search Fields': 'ID/标题',
id: 'ID',
title: '标题',
content: '正文',
notice_type: '公告类型',
'notice_type 0': '静默信箱',
'notice_type 1': '强弹窗',
status: '状态',
'status 0': '草稿',
'status 1': '发布',
publish_at: '发布时间',
create_time: '创建时间',
update_time: '更新时间',
}