Options
All
  • Public
  • Public/Protected
  • All
Menu

数据权限组件 一般是: 1.所有的 2.自己的 3.本部门的 4.本部门下级机构 5.本机构的 6.自定义(脚本)

Hierarchy

  • InvisibleBase
    • DataRight

Index

Constructors

constructor

  • Parameters

    • config: any

    Returns DataRight

Properties

allSql

allSql: string

所有

benbmSql

benbmSql: string

本部门的

benbmzsSql

benbmzsSql: string

本部门一以下的

bendwSql

bendwSql: string

本机构的

darasourceId

darasourceId: string

关联的数据源

rights

rights: IDataRightItem[]

权限项数组

script

script: string

数据权限设置脚本

someDeptSql

someDeptSql: string

指定部门

sqls

sqls: { allSql: string; benbmSql: string; benbmzsSql: string; bendwSql: string; someDeptSql: string; someRole: string; zijSql: string } = ...

Type declaration

  • allSql: string
  • benbmSql: string
  • benbmzsSql: string
  • bendwSql: string
  • someDeptSql: string
  • someRole: string
  • zijSql: string

zijSql

zijSql: string

自己的sql

Methods

doGetCss

  • doGetCss(): object
  • Returns object

getAttrEditors

  • getAttrEditors(): AttributeEditorBase[]
  • Returns AttributeEditorBase[]

Generated using TypeDoc