5.220版本发布
parent
f5825deaea
commit
c929f715e6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1891,7 +1891,7 @@ enum ElDropdownTrigger {
|
|||
}
|
||||
/**
|
||||
*Dropdown 下拉菜单
|
||||
参考 https://element.eleme.cn/#/zh-CN/component/steps
|
||||
参考 https://element.eleme.cn/#/zh-CN/component/dropdown
|
||||
*/
|
||||
class ElDropdown extends VueCmpBase {
|
||||
|
||||
|
@ -5273,6 +5273,10 @@ class: string
|
|||
*/
|
||||
drogDownHeight: Number
|
||||
/**
|
||||
*下拉宽带
|
||||
*/
|
||||
drogDownWidth: Number
|
||||
/**
|
||||
*组件字体
|
||||
*/
|
||||
font: Font
|
||||
|
@ -22305,7 +22309,7 @@ class PageBase extends InvisibleBase {
|
|||
|
||||
/**
|
||||
* 获取一个后台生成的编号
|
||||
* @param format 生成的编号格式格式: ORD[yyyyMMdd][000] -> ORD20211019001* @returns 返回的编号字符串
|
||||
* @param format XXX[yyyyMMdd][000][0/1] 前缀字符串[日期格式][流水号][是否按日期重设流水];不需要日期:[][00000]* @returns 返回的编号字符串
|
||||
|
||||
*/
|
||||
getCode(format: string): string
|
||||
|
@ -22467,7 +22471,7 @@ class RightItemsAttrEditor extends AttributeEditorBase {
|
|||
*/
|
||||
class SmsService extends InvisibleBase {
|
||||
/**
|
||||
*模板ID
|
||||
*后台短信实现类名
|
||||
*/
|
||||
className: string
|
||||
/**
|
||||
|
@ -25583,6 +25587,10 @@ declare type WxOaHandle = (result: any,err: string) => void
|
|||
依赖: ckPlayer.js
|
||||
*/
|
||||
class YhPlayer extends ContainerBase {
|
||||
/**
|
||||
*ckplayer播放器的实例对象
|
||||
*/
|
||||
playerObject: object
|
||||
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue