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