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

18 lines
260 B
JavaScript
Raw Normal View History

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