pull/82/head
sunface 4 years ago
parent 7effc7fb59
commit 835ec8a494

@ -16,7 +16,7 @@ const TagModeratorPage = () => {
const [tags, setTags] = useState([])
const [stories,setStories]:[Story[],any] = useState([])
const [tag,setTag]:[Tag,any] = useState(null)
const getTags = async () => {
const res = await requestApi.get(`/tag/list/byUserModeratorRole`)
setTags(res.data)

@ -0,0 +1,13 @@
{
"label": ["Mon","Tue","Wed","Thur"],
"data": [
{
"legend": "出库量",
"value": [120,200,150,80]
},
{
"legend": "入库量",
"value": [110,180,120,60]
}
]
}
Loading…
Cancel
Save