forked from github/dataease
fix: 拼写检查
This commit is contained in:
parent
1ad072a09a
commit
a2f15c8f72
@ -549,7 +549,7 @@ import {
|
||||
getDatasetRelationship,
|
||||
} from '@/api/chart/chart.js'
|
||||
|
||||
import ContenVue from '@/views/system/datasource/ContenVue.vue'
|
||||
import msgContent from '@/views/system/datasource/MsgContent.vue'
|
||||
import GroupMoveSelector from './GroupMoveSelector'
|
||||
import CreatDsGroup from './CreatDsGroup'
|
||||
import { queryAuthModel } from '@/api/authModel/authModel'
|
||||
@ -930,7 +930,7 @@ export default {
|
||||
options.title = this.$t('datasource.delete_this_dataset')
|
||||
options.link = this.$t('datasource.click_to_check')
|
||||
options.content = this.$t('datasource.cannot_be_deleted_dataset')
|
||||
options.templateDel = ContenVue
|
||||
options.templateDel = msgContent
|
||||
|
||||
options.linkTo = this.linkTo.bind(this, { queryType, id })
|
||||
this.withLink(options)
|
||||
|
@ -343,7 +343,7 @@ import {
|
||||
getDatasourceRelationship,
|
||||
} from '@/api/chart/chart.js'
|
||||
|
||||
import ContenVue from './ContenVue.vue'
|
||||
import msgContent from './MsgContent.vue'
|
||||
import deTextarea from '@/components/deCustomCm/DeTextarea.vue'
|
||||
import msgCfm from '@/components/msgCfm'
|
||||
export default {
|
||||
@ -759,7 +759,7 @@ export default {
|
||||
params.title = this.$t('datasource.this_data_source')
|
||||
params.link = this.$t('datasource.click_to_check')
|
||||
params.content = this.$t('datasource.cannot_be_deleted_dataset')
|
||||
params.templateDel = ContenVue
|
||||
params.templateDel = msgContent
|
||||
|
||||
params.linkTo = this.linkTo.bind(this, { queryType, id })
|
||||
this.withLink(params)
|
||||
|
Loading…
Reference in New Issue
Block a user