mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
优化
This commit is contained in:
parent
2a1da170de
commit
73a81a5e14
@ -25,7 +25,6 @@ const chartOption = reactive({
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: "销售额类别占比",
|
||||
type: "pie",
|
||||
radius: ["50%", "60%"],
|
||||
center: ["50%", "40%"],
|
||||
|
@ -12,7 +12,6 @@
|
||||
<div class="inner">
|
||||
<cl-upload
|
||||
drag
|
||||
type="file"
|
||||
:limit-size="limitSize"
|
||||
:accept="accept"
|
||||
:disabled="disabled"
|
||||
|
@ -5,8 +5,8 @@ export default (): ModuleConfig => {
|
||||
label: "Excel",
|
||||
description: "表格的导入、导出组件",
|
||||
author: "COOL",
|
||||
version: "1.0.0",
|
||||
updateTime: "2024-02-01",
|
||||
version: "1.0.1",
|
||||
updateTime: "2024-03-28",
|
||||
demo: [
|
||||
{
|
||||
name: "基础用法",
|
||||
|
Loading…
Reference in New Issue
Block a user