yili-apps/com.actionsoft.apps.coe.pal/method/org.normal/diagram.attribute.xml
2022-06-27 22:14:40 +08:00

53 lines
2.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!--
特性设置非必须多个app提供该Method attribute时追加定义作用范围该MethodId对象。
被ResourceScanner扫描器检查更新
-->
<attributes>
<!--
分组
name 组名称
parentName 上级组名称,若根此处可空
-->
<group name="baseAttribute" parentName="" desc="基本属性"/>
<group name="organization" parentName="" desc="组织"/>
<group name="org_performance" parentName="" desc="绩效"/>
<!--
扩展特性(属性)
key 全局唯一标识名
title 属性标题
type 属性类型支持string(普通字符串),number(数字),boolean(是非),list(多选值),link(链接),relation(关联关系),textarea(多行文本)
value 默认值//支持@公式
ref 当type=list时参考值
readonly 是否只读
groupPath 特性绑定在哪个组别上
scope 应用范围methodId、methodId.shapeId多个用逗号隔开
基本属性-层次
- 组织-组织职责
- 组织-上级单位
- 组织-下级单位
- 绩效-组织绩效
- 基本属性-注释
-->
<attribute key="number" title="编号" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true"/>
<attribute key="desc" title="描述" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="org_dutie" title="组织职责" type="string" value="" ref="" readonly="false" groupPath="organization" scope="*" isValid="true"/>
<attribute key="parent_account" title="上级单位" type="string" value="" ref="" readonly="false" groupPath="organization" scope="m*" isValid="true"/>
<attribute key="subordinate_unit" title="下级单位" type="string" value="" ref="" readonly="false" groupPath="organization" scope="*" isValid="true"/>
<attribute key="performance" title="组织绩效" type="string" value="" ref="" readonly="false" groupPath="org_performance" scope="*" isValid="true"/>
<attribute key="note" title="注释" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="level" title="层次" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
</attributes>