提交 858c7f27 authored 作者: junjie's avatar junjie

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

上级 fd411ca7
...@@ -702,7 +702,8 @@ export default { ...@@ -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',
......
...@@ -702,7 +702,8 @@ export default { ...@@ -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頁面,默認抽取第一個',
......
...@@ -702,7 +702,8 @@ export default { ...@@ -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页,默认抽取第一个',
......
...@@ -275,7 +275,7 @@ export default { ...@@ -275,7 +275,7 @@ export default {
selectTableFlag: false, selectTableFlag: false,
table: {}, table: {},
tables: [], tables: [],
chartName: '' chartName: this.$t('chart.chartName')
} }
}, },
computed: { computed: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论