@shisyamo4131/air-guard-v2-schemas 1.3.1-dev.4 → 1.3.1-dev.5
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/OperationResult.js +1 -1
package/package.json
CHANGED
package/src/OperationResult.js
CHANGED
|
@@ -199,7 +199,7 @@ const classProps = {
|
|
|
199
199
|
label: "資格残業(調整)",
|
|
200
200
|
default: 0,
|
|
201
201
|
}),
|
|
202
|
-
billingDateAt: defField("dateAt", { label: "請求日付"
|
|
202
|
+
billingDateAt: defField("dateAt", { label: "請求日付" }),
|
|
203
203
|
employees: defField("array", { customClass: OperationResultDetail }),
|
|
204
204
|
outsourcers: defField("array", {
|
|
205
205
|
customClass: OperationResultDetail,
|