halo-fe 1.0.29 → 1.0.30
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/main.js +4 -4
- package/esm/apps/AppConstant.d.ts +3 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -2403,12 +2403,12 @@ class dr {
|
|
2403
2403
|
});
|
2404
2404
|
n(this, "t_table", (i) => this.t(`_business.Ctl_Table.Title.${i}`));
|
2405
2405
|
n(this, "t_field", (i, e) => {
|
2406
|
-
let r = `_business.
|
2406
|
+
let r = `_business.Ctl_Table_Field.Label.${i}.${e}`;
|
2407
2407
|
return this.t(r);
|
2408
2408
|
});
|
2409
|
-
n(this, "t_enum", (i, e) => this.t(`_business.
|
2410
|
-
n(this, "t_field_placeholder", (i, e) => this.t("common.please_input") + this.t(`_business.
|
2411
|
-
n(this, "t_field_choose_placeholder", (i, e) => this.t("common.please_choose") + this.t(`_business.
|
2409
|
+
n(this, "t_enum", (i, e) => this.t(`_business.Ctl_Enum_Option.Text.${i}.${e}`));
|
2410
|
+
n(this, "t_field_placeholder", (i, e) => this.t("common.please_input") + this.t(`_business.Ctl_Table_Field.Label.${i}.${e}`));
|
2411
|
+
n(this, "t_field_choose_placeholder", (i, e) => this.t("common.please_choose") + this.t(`_business.Ctl_Table_Field.Label.${i}.${e}`));
|
2412
2412
|
n(this, "t_sys", (i) => this.t(`sys.${i}`));
|
2413
2413
|
n(this, "t_title", () => this.t("sys.title"));
|
2414
2414
|
//#endregion
|