@ningboyz/types 1.3.30 → 1.3.31
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 +2 -2
package/package.json
CHANGED
package/src/enums/btnMode.ts
CHANGED
|
@@ -115,9 +115,9 @@ export enum TButtonType {
|
|
|
115
115
|
/** 计算 */
|
|
116
116
|
calculate = "计算",
|
|
117
117
|
/** 验收 */
|
|
118
|
-
acceptance = "
|
|
118
|
+
acceptance = "acceptance",
|
|
119
119
|
/** 撤销验收 */
|
|
120
|
-
cancelAcceptance = "
|
|
120
|
+
cancelAcceptance = "cancelAcceptance",
|
|
121
121
|
/** 填报 */
|
|
122
122
|
writeReport = "writeReport",
|
|
123
123
|
/** 账套 */
|