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

18 lines
260 B
JavaScript

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