<script lang='tsx'> import { Component } from 'vue-property-decorator'; import TestCustomLayoutPanelGridExpViewgridexpbarBase from './test-custom-layout-panel-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 TestCustomLayoutPanelGridExpViewgridexpbar extends TestCustomLayoutPanelGridExpViewgridexpbarBase { } </script>