feat(视图):添加视图增加默认名称

This commit is contained in:
junjie 2021-06-01 18:56:26 +08:00
parent fd411ca7af
commit 858c7f27e6
4 changed files with 7 additions and 4 deletions

View File

@ -702,7 +702,8 @@ export default {
y_M_d_H_m: 'Year Month Day Hour Minute', y_M_d_H_m: 'Year Month Day Hour Minute',
y_M_d_H_m_s: 'Year Month Day Hour Minute Second', y_M_d_H_m_s: 'Year Month Day Hour Minute Second',
date_sub: 'yyyy-MM-dd', date_sub: 'yyyy-MM-dd',
date_split: 'yyyy/MM/dd' date_split: 'yyyy/MM/dd',
chartName: 'New Chart'
}, },
dataset: { dataset: {
sheet_warn: 'There are multiple sheet pages, and the first one is extracted by default', sheet_warn: 'There are multiple sheet pages, and the first one is extracted by default',

View File

@ -702,7 +702,8 @@ export default {
y_M_d_H_m: '年月日時分', y_M_d_H_m: '年月日時分',
y_M_d_H_m_s: '年月日時分秒', y_M_d_H_m_s: '年月日時分秒',
date_sub: 'yyyy-MM-dd', date_sub: 'yyyy-MM-dd',
date_split: 'yyyy/MM/dd' date_split: 'yyyy/MM/dd',
chartName: '新建視圖'
}, },
dataset: { dataset: {
sheet_warn: '有多個sheet頁面默認抽取第一個', sheet_warn: '有多個sheet頁面默認抽取第一個',

View File

@ -702,7 +702,8 @@ export default {
y_M_d_H_m: '年月日时分', y_M_d_H_m: '年月日时分',
y_M_d_H_m_s: '年月日时分秒', y_M_d_H_m_s: '年月日时分秒',
date_sub: 'yyyy-MM-dd', date_sub: 'yyyy-MM-dd',
date_split: 'yyyy/MM/dd' date_split: 'yyyy/MM/dd',
chartName: '新建视图'
}, },
dataset: { dataset: {
sheet_warn: '有多个Sheet页默认抽取第一个', sheet_warn: '有多个Sheet页默认抽取第一个',

View File

@ -275,7 +275,7 @@ export default {
selectTableFlag: false, selectTableFlag: false,
table: {}, table: {},
tables: [], tables: [],
chartName: '' chartName: this.$t('chart.chartName')
} }
}, },
computed: { computed: {