@ningboyz/types 1.6.70 → 1.6.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/enums/btnMode.ts +4 -0
package/package.json
CHANGED
package/src/enums/btnMode.ts
CHANGED
|
@@ -196,4 +196,8 @@ export enum TButtonType {
|
|
|
196
196
|
billDetail = "billDetail",
|
|
197
197
|
/** 导出一体化指标*/
|
|
198
198
|
exportIntegratedMetrics = "exportIntegratedMetrics",
|
|
199
|
+
/** 权属划拨*/
|
|
200
|
+
ownershipTransfer = "ownershipTransfer",
|
|
201
|
+
/** 使用权划拨*/
|
|
202
|
+
transferOfUsageRights = "transferOfUsageRights",
|
|
199
203
|
}
|