mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(components): 新增表格属性配置
This commit is contained in:
@ -165,6 +165,20 @@ const local: App.I18n.Schema = {
|
||||
visible: 'Watermark Full Screen Visible',
|
||||
text: 'Watermark Text'
|
||||
},
|
||||
tablePropsTitle: 'Table Props',
|
||||
table: {
|
||||
size: {
|
||||
title: 'Table Size',
|
||||
small: 'Small',
|
||||
medium: 'Medium',
|
||||
large: 'Large'
|
||||
},
|
||||
bordered: 'Bordered',
|
||||
bottomBordered: 'Bottom Bordered',
|
||||
singleColumn: 'Single Column',
|
||||
singleLine: 'Single Line',
|
||||
striped: 'Striped'
|
||||
},
|
||||
themeDrawerTitle: 'Theme Configuration',
|
||||
pageFunTitle: 'Page Function',
|
||||
resetCacheStrategy: {
|
||||
|
@ -165,6 +165,20 @@ const local: App.I18n.Schema = {
|
||||
visible: '显示全屏水印',
|
||||
text: '水印文本'
|
||||
},
|
||||
tablePropsTitle: '表格配置',
|
||||
table: {
|
||||
size: {
|
||||
title: '表格大小',
|
||||
small: '小',
|
||||
medium: '中',
|
||||
large: '大'
|
||||
},
|
||||
bordered: '边框',
|
||||
bottomBordered: '底部边框',
|
||||
singleColumn: '设定行的分割线',
|
||||
singleLine: '设定列的分割线',
|
||||
striped: '斑马线条纹'
|
||||
},
|
||||
themeDrawerTitle: '主题配置',
|
||||
pageFunTitle: '页面功能',
|
||||
resetCacheStrategy: {
|
||||
|
Reference in New Issue
Block a user