gcs-ui-lib 1.2.26 → 1.2.27
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/lib/gcs-ui-lib.common.js
CHANGED
|
@@ -36372,6 +36372,10 @@ const FILL_METHOD_OPTIONS = exports.FILL_METHOD_OPTIONS = [{
|
|
|
36372
36372
|
label: (0, _i18n.$l)(`通用`),
|
|
36373
36373
|
//逆向匹配补填
|
|
36374
36374
|
value: "COMMON"
|
|
36375
|
+
}, {
|
|
36376
|
+
label: (0, _i18n.$l)(`资金调拨`),
|
|
36377
|
+
//资金调拨
|
|
36378
|
+
value: "FUND_TRANSFER"
|
|
36375
36379
|
}];
|
|
36376
36380
|
|
|
36377
36381
|
// 匹配要求
|
package/lib/gcs-ui-lib.umd.js
CHANGED
|
@@ -36381,6 +36381,10 @@ const FILL_METHOD_OPTIONS = exports.FILL_METHOD_OPTIONS = [{
|
|
|
36381
36381
|
label: (0, _i18n.$l)(`通用`),
|
|
36382
36382
|
//逆向匹配补填
|
|
36383
36383
|
value: "COMMON"
|
|
36384
|
+
}, {
|
|
36385
|
+
label: (0, _i18n.$l)(`资金调拨`),
|
|
36386
|
+
//资金调拨
|
|
36387
|
+
value: "FUND_TRANSFER"
|
|
36384
36388
|
}];
|
|
36385
36389
|
|
|
36386
36390
|
// 匹配要求
|