提交 fa060d80 编写于 作者: Shine-zwj's avatar Shine-zwj

update: 插件临时注释

上级 5d89738b
<template>
<div :class="classNames" :id="controlID" style="" >
<a-form class="control-content">
<AppGrid
:columns="model.columns"
:items="store.data"
:singleSelect="singleSelect"
:selections="store.selections"
:showHeader="model.showHeader"
:current="store.curPage"
:limit="store.limit"
:totalRecord="store.totalRecord"
:context="store.context"
:viewParams="store.viewParams"
:enableRowEdit="model.enableRowEdit"
:paging="model.paging"
@row-click="handleRowClick"
@row-db-click="handleRowDbClick"
@selection-change="handleSelectionChange"
@sort-change="(field: string, dir: '' | 'asc' | 'desc') => handleSortChange(controller, field, dir)"
@page-change="(currentPage: number) => handlePageChange(controller, currentPage)"
@page-size-change="(pageSize: number) => handlePageSizeChange(controller, pageSize)"
@action-click="(logic: any, data: IParam, event: MouseEvent) => handleActionClick(controller, logic as IViewLogicInput, data, event)"
>
</AppGrid>
</a-form>
</div>
<div></div>
</template>
// 基于 @CONTROL/表格/CONTROL-BASE.vue.ftl 生成
<script lang='tsx'>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册