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

6 lines
217 B
JavaScript

export const serialFieldOptions = [
{ key: "string", showname: "字符串" },
{ key: "year", showname: "当前年份" },
{ key: "month", showname: "当前月份" },
{ key: "day", showname: "当前日期" },
];