weaver_trunk_cli/pc4mobx/hrm/public/croneLang.js

17 lines
277 B
JavaScript

import {
WeaLocaleProvider,
} from "ecCom";
const getLabel = WeaLocaleProvider.getLabel;
const languageid = 8;
const SystemEnv = {
getHtmlNoteName: () => {
return Math.random().toFixed(2);
}
};
window.croneLang = {
common: {
first: getLabel("", "第"),
}
};