forked from github/dataease
feat(视图):添加视图增加默认名称
This commit is contained in:
parent
fd411ca7af
commit
858c7f27e6
@ -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 {
|
|||||||
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 {
|
|||||||
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 {
|
|||||||
selectTableFlag: false,
|
selectTableFlag: false,
|
||||||
table: {},
|
table: {},
|
||||||
tables: [],
|
tables: [],
|
||||||
chartName: ''
|
chartName: this.$t('chart.chartName')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
Loading…
Reference in New Issue
Block a user