提交 54b64788 编写于 作者: Cano1997's avatar Cano1997

update:插件临时注释

上级 59d76626
<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 :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>
</template>
// 基于 @CONTROL/表格/CONTROL-BASE.vue.ftl 生成
......@@ -217,45 +217,45 @@ export default class PluginBase extends Vue implements ControlInterface {
}
import { AppGrid } from "@components/widgets/grid";
import { IContext, IParam, IViewLogicInput } from "@/core";
import { GridActionType, ICtrlDataAction, IGridAbility, IGridControllerParams, IGridStore, GridController, ILoadingHelper, LoadingHelper, createUUID, IViewCtx } from "@/core";
import { handlePageChange, handlePageSizeChange, handleSortChange, handleComponentAction } from '@/hooks/use-ctrl';
import { useNavParamsBind, useEventBind, handleActionClick, getCtrlClassNames } from '@/hooks/use-ctrl';
import GridService from "@/core/modules/ctrl-service/grid-service";
interface Props {
name?: string;
context: IContext;
viewParams: IParam;
localContext?: IParam,
localViewParams?: IParam,
closeView?: Function;
pLoadingHelper?: ILoadingHelper;
pViewCtx?: IViewCtx;
openView?: Function;
newView?: Function;
actions: ICtrlDataAction;
singleSelect?: boolean;
selectFirstDefault?: boolean;
rowActiveMode?: 0 | 1 | 2;
defaultEnableRowEdit?: boolean;
controller: GridController
}
const props = withDefaults(defineProps<Props>(), {
singleSelect: false,
rowActiveMode: 2
});
const model: IParam = props.controller.getModel();
const store = props.controller.getStore();
const classNames = computed(() => {
const names = getCtrlClassNames(model, props);
Object.assign(names, {
"app-control-grid--no-paging-bar": model.enablePagingBar,
"red-grid-header": true
});
return names;
});
// import { AppGrid } from "@components/widgets/grid";
// import { IContext, IParam, IViewLogicInput } from "@/core";
// import { GridActionType, ICtrlDataAction, IGridAbility, IGridControllerParams, IGridStore, GridController, ILoadingHelper, LoadingHelper, createUUID, IViewCtx } from "@/core";
// import { handlePageChange, handlePageSizeChange, handleSortChange, handleComponentAction } from '@/hooks/use-ctrl';
// import { useNavParamsBind, useEventBind, handleActionClick, getCtrlClassNames } from '@/hooks/use-ctrl';
// import GridService from "@/core/modules/ctrl-service/grid-service";
// interface Props {
// name?: string;
// context: IContext;
// viewParams: IParam;
// localContext?: IParam,
// localViewParams?: IParam,
// closeView?: Function;
// pLoadingHelper?: ILoadingHelper;
// pViewCtx?: IViewCtx;
// openView?: Function;
// newView?: Function;
// actions: ICtrlDataAction;
// singleSelect?: boolean;
// selectFirstDefault?: boolean;
// rowActiveMode?: 0 | 1 | 2;
// defaultEnableRowEdit?: boolean;
// controller: GridController
// }
// const props = withDefaults(defineProps<Props>(), {
// singleSelect: false,
// rowActiveMode: 2
// });
// const model: IParam = props.controller.getModel();
// const store = props.controller.getStore();
// const classNames = computed(() => {
// const names = getCtrlClassNames(model, props);
// Object.assign(names, {
// "app-control-grid--no-paging-bar": model.enablePagingBar,
// "red-grid-header": true
// });
// return names;
// });
/**
* 代码表服务对象
......
......@@ -39,34 +39,34 @@
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel2.manageContainerStatus" :isManageContainer="detailsModel.grouppanel2.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel2')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel2.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="'表单项'" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
<row>
<i-col v-show="detailsModel.formitem2.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<AppCol
noRoot
class="red-solid"
:visible="store.detailModel.formitem2.visible"
:layoutOpts="{parentLayout: 'TABLE_24COL',colMD: 24,}">
<template v-slot:default="{ slotStyle, slotClass }">
<AppFormItem
name="formitem2"
:slotStyle="slotStyle"
:slotClass="slotClass"
label=""
labelPos="LEFT"
:labelWidth="130"
:showLabel="true"
:enableAnchor="false"
:rules="store.valueRule.formitem2"
:emptyCaption="false">
<div class="form-editor-container">
<AppSwitch
name="formitem2"
:disabled="store.detailModel.formitem2.disabled"
style=""
:value="store.data.formitem2"
@component-action="(actionParam: IEvent<string>) => { handleComponentAction(controller, actionParam) }"
/>
</div>
</AppFormItem>
</template>
<AppCol
noRoot
class="red-solid"
:visible="store.detailModel.formitem2.visible"
:layoutOpts="{parentLayout: 'TABLE_24COL',colMD: 24,}">
<template v-slot:default="{ slotStyle, slotClass }">
<AppFormItem
name="formitem2"
:slotStyle="slotStyle"
:slotClass="slotClass"
label=""
labelPos="LEFT"
:labelWidth="130"
:showLabel="true"
:enableAnchor="false"
:rules="store.valueRule.formitem2"
:emptyCaption="false">
<div class="form-editor-container">
<!-- <AppSwitch
name="formitem2"
:disabled="store.detailModel.formitem2.disabled"
style=""
:value="store.data.formitem2"
@component-action="(actionParam: IEvent<string>) => { handleComponentAction(controller, actionParam) }"
/> -->
</div>
</AppFormItem>
</template>
</AppCol>
</i-col>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册