update snowy-base/snowy-gen/src/main/resources/template/index.vue.vm.

pull/24/head
小诺 2021-07-18 12:18:21 +00:00 committed by Gitee
parent 6b9d91d7c1
commit a937c97425
1 changed files with 8 additions and 8 deletions

View File

@ -170,17 +170,17 @@
#end #end
#end #end
#end #end
#if($Ellipsis == "Y") #if($Ellipsis == "Y")
import {Ellipsis, STable, XDown} from '@/components' import {Ellipsis, STable, XDown} from '@/components'
import moment from 'moment' import moment from 'moment'
import {${className}Delete, ${className}Export, ${className}Page} from '@/api/modular/main/' import {${className}Delete, ${className}Export, ${className}Page} from '@/api/modular/main/'
import addForm from './addForm.vue' import addForm from './addForm.vue'
import editForm from './editForm.vue' import editForm from './editForm.vue'
#else #else
#end #end
#if($DateQuery == "Y") #if($DateQuery == "Y")
#end #end
export default { export default {
components: { components: {
#if($Ellipsis == "Y") #if($Ellipsis == "Y")
Ellipsis, Ellipsis,