表格处理

This commit is contained in:
2024-12-04 15:14:45 +08:00
parent 2646d1ae05
commit 1aac9b7d7c
21 changed files with 7771 additions and 34 deletions

View File

@@ -345,6 +345,18 @@ const zh = {
publicationTime: '年份',
publicationTimeInfo: '年份;卷(期):包括页码。',
},
commonTable: {
add: '新增',
edit: '编辑',
rows: '行',
columns: '列',
table: '表格',
headerPlaceholder: '填写表头',
typesettingType2: '横向 A4',
typesettingType1: '竖向 A4',
exportWord: '导出 Word',
exportImg: '导出 图片',
},
}