grid-exp-viewgridexpbar-gridexpbar.vue 471 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import GridExpViewgridexpbarBase from './grid-exp-viewgridexpbar-gridexpbar-base.vue';
import view_gridexpbar_grid from '@widgets/ibizorder/main2-grid/main2-grid.vue';

 
// 基于 @CONTROL/表格导航/CONTROL.vue.ftl 生成

@Component({
    components: {
        view_gridexpbar_grid, 
         
    }
})
export default class GridExpViewgridexpbar extends GridExpViewgridexpbarBase {

}
</script>