<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import IBIZAPPVIEWAppViewAmountBase from './app-view-amount-portlet-base.vue';
import view_db_sysportlet5_list from '@widgets/ibizappview/view-amount-list/view-amount-list.vue';
// 基于 @CONTROL/门户部件/CONTROL.vue.ftl 生成
@Component({
components: {
view_db_sysportlet5_list,
}
})
export default class IBIZAPPVIEWAppViewAmount extends IBIZAPPVIEWAppViewAmountBase {
}
</script>
-
由 ibizdev 提交于cfe7e01a