feat: 视图支持计算字段

This commit is contained in:
junjun 2022-06-14 14:28:23 +08:00
parent b71aba366a
commit c64fec487b
3 changed files with 18 additions and 3 deletions

View File

@ -1102,7 +1102,12 @@ export default {
tick_count: 'Tick Split',
custom_sort: 'Custom',
custom_sort_tip: 'Custom sort field first,and only support single field',
clean_custom_sort: 'Clean'
clean_custom_sort: 'Clean',
ds_field_edit: 'Dataset Field Manage',
chart_field_edit: 'Chart Field Manage',
copy_field: 'Copy Field',
calc_field: 'Calculate Field',
form_type: 'From Type'
},
dataset: {
sheet_warn: 'There are multiple sheet pages, and the first one is extracted by default',

View File

@ -1102,7 +1102,12 @@ export default {
tick_count: '刻度間隔數',
custom_sort: '自定義',
custom_sort_tip: '自定義排序優先級最高,且僅支持單個字段自定義',
clean_custom_sort: '清除自定義排序'
clean_custom_sort: '清除自定義排序',
ds_field_edit: '數據集字段管理',
chart_field_edit: '視圖字段管理',
copy_field: '復製字段',
calc_field: '計算字段',
form_type: '類別'
},
dataset: {
sheet_warn: '有多個 Sheet 頁,默認抽取第一個',

View File

@ -1104,7 +1104,12 @@ export default {
tick_count: '刻度间隔数',
custom_sort: '自定义',
custom_sort_tip: '自定义排序优先级最高,且仅支持单个字段自定义',
clean_custom_sort: '清除自定义排序'
clean_custom_sort: '清除自定义排序',
ds_field_edit: '数据集字段管理',
chart_field_edit: '视图字段管理',
copy_field: '复制字段',
calc_field: '计算字段',
form_type: '类别'
},
dataset: {
sheet_warn: '有多个 Sheet 页,默认抽取第一个',