单点监控面板完成
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
const fse = require("fs-extra")
|
||||
const dicts = {
|
||||
品类:[
|
||||
{label:"西点",value:"104"},
|
||||
{label:"现烤",value:"108"},
|
||||
{label:"裱花蛋糕",value:"109"},
|
||||
// const fse = require("fs-extra")
|
||||
export const dicts = {
|
||||
品类: [
|
||||
{label: "西点", value: "104"},
|
||||
{label: "现烤", value: "108"},
|
||||
{label: "裱花蛋糕", value: "109"},
|
||||
],
|
||||
类型:[
|
||||
{label:"同比",value:"1"},
|
||||
{label:"环比",value:"2"},
|
||||
{label:"特定日期",value:"3"},
|
||||
类型: [
|
||||
{label: "同比", value: "1"},
|
||||
{label: "环比", value: "2"},
|
||||
{label: "特定日期", value: "3"},
|
||||
]
|
||||
}
|
||||
fse.outputJSONSync("./dicts.json", dicts)
|
||||
// fse.outputJSONSync("./dicts.json", dicts)
|
||||
|
||||
Reference in New Issue
Block a user