trunk/pc4mobx/organization/components/numberSetting/constants.js

6 lines
217 B
JavaScript
Raw Normal View History

2022-06-15 11:02:24 +08:00
export const serialFieldOptions = [
{ key: "string", showname: "字符串" },
{ key: "year", showname: "当前年份" },
{ key: "month", showname: "当前月份" },
{ key: "day", showname: "当前日期" },
];