|
|
|
@ -2903,7 +2903,7 @@ const disabledIstrue = (val:string) => { |
|
|
|
<el-radio-group v-model="controlData.control.fit"> |
|
|
|
<el-popover |
|
|
|
placement="top-start" |
|
|
|
title="fill" |
|
|
|
title="填充" |
|
|
|
:width="200" |
|
|
|
trigger="hover" |
|
|
|
content="默认值。调整替换后的内容大小,以填充元素的内容框。如有必要,将拉伸或挤压物体以适应该对象。" |
|
|
|
@ -2915,7 +2915,7 @@ const disabledIstrue = (val:string) => { |
|
|
|
|
|
|
|
<el-popover |
|
|
|
placement="top-start" |
|
|
|
title="contain" |
|
|
|
title="适应" |
|
|
|
:width="200" |
|
|
|
trigger="hover" |
|
|
|
content="缩放替换后的内容以保持其纵横比,同时将其放入元素的内容框。" |
|
|
|
@ -2927,7 +2927,7 @@ const disabledIstrue = (val:string) => { |
|
|
|
|
|
|
|
<el-popover |
|
|
|
placement="top-start" |
|
|
|
title="cover" |
|
|
|
title="裁剪" |
|
|
|
:width="200" |
|
|
|
trigger="hover" |
|
|
|
content="调整替换内容的大小,以在填充元素的整个内容框时保持其长宽比。该对象将被裁剪以适应。" |
|
|
|
@ -2939,7 +2939,7 @@ const disabledIstrue = (val:string) => { |
|
|
|
|
|
|
|
<el-popover |
|
|
|
placement="top-start" |
|
|
|
title="none" |
|
|
|
title="无" |
|
|
|
:width="200" |
|
|
|
trigger="hover" |
|
|
|
content="不对替换的内容调整大小。" |
|
|
|
@ -2952,7 +2952,7 @@ const disabledIstrue = (val:string) => { |
|
|
|
|
|
|
|
<el-popover |
|
|
|
placement="top-start" |
|
|
|
title="scale-down" |
|
|
|
title="缩减" |
|
|
|
:width="200" |
|
|
|
trigger="hover" |
|
|
|
content="调整内容大小就像没有指定内容或包含内容一样(将导致较小的具体对象尺寸)" |
|
|
|
@ -3983,12 +3983,12 @@ const disabledIstrue = (val:string) => { |
|
|
|
<ul> |
|
|
|
<li>请从左侧面板<span style="color: red">右击</span>选择字段或选项</li> |
|
|
|
<li>支持的符号:<span style="color: red">'==', '>=', '>', '<=', '<', '!='</span></li> |
|
|
|
<li>支持<span style="color: red">"包含,不包含,当前用户"</span>关键字,用于组织机构条件和角色条件</li> |
|
|
|
<li>支持<span style="color: red">"包含,不包含,数据拥有者,数据所属部门"</span>关键字,用于组织机构条件,角色条件,==运算符和!=运算符</li> |
|
|
|
<li>参考举例:</li> |
|
|
|
<span style="margin-left: 14px;">年龄>10</span><br> |
|
|
|
<span style="margin-left: 14px;">企管部包含当前用户</span><br> |
|
|
|
<span style="margin-left: 14px;">绩效考核执行人包含当前用户</span><br> |
|
|
|
<span style="margin-left: 14px;">张三!=当前用户</span> |
|
|
|
<span style="margin-left: 14px;">企管部==数据所属部门</span><br> |
|
|
|
<span style="margin-left: 14px;">绩效考核执行人包含数据拥有者</span><br> |
|
|
|
<span style="margin-left: 14px;">生产部包含数据所属部门</span> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</el-main> |
|
|
|
|