Commit 58265747 authored by 姬鋆屾's avatar 姬鋆屾

屏蔽数据分析

parent bfe14b40
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<LayoutTable :data="tableData" notAdd notDel :config="tableConfig"> <LayoutTable :data="tableData" notAdd notDel :config="tableConfig">
</LayoutTable> </LayoutTable>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="数据分析" name="3"> <!-- <el-tab-pane label="数据分析" name="3">
<div class="content"> <div class="content">
<div class="search_box"> <div class="search_box">
<div class="search"> <div class="search">
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</div> </div>
</div> </div>
</div> </div>
</el-tab-pane> </el-tab-pane> -->
</el-tabs> </el-tabs>
<!-- <bar-charts <!-- <bar-charts
:title="'部门扣分排名TOP10'" :title="'部门扣分排名TOP10'"
...@@ -308,55 +308,55 @@ export default { ...@@ -308,55 +308,55 @@ export default {
activeName: "1", activeName: "1",
optionsMonths: [ optionsMonths: [
{ {
value: "2023-01-01 00:00:00", value: "2024-01-01 00:00:00",
label: "1月", label: "1月",
}, },
{ {
value: "2023-02-01 00:00:00", value: "2024-02-01 00:00:00",
label: "2月", label: "2月",
}, },
{ {
value: "2023-03-01 00:00:00", value: "2024-03-01 00:00:00",
label: "3月", label: "3月",
}, },
{ {
value: "2023-04-01 00:00:00", value: "2024-04-01 00:00:00",
label: "4月", label: "4月",
}, },
{ {
value: "2023-05-01 00:00:00", value: "2024-05-01 00:00:00",
label: "5月", label: "5月",
}, },
{ {
value: "2023-06-01 00:00:00", value: "2024-06-01 00:00:00",
label: "6月", label: "6月",
}, },
{ {
value: "2023-07-01 00:00:00", value: "2024-07-01 00:00:00",
label: "7月", label: "7月",
}, },
{ {
value: "2023-08-01 00:00:00", value: "2024-08-01 00:00:00",
label: "8月", label: "8月",
}, },
{ {
value: "2023-09-01 00:00:00", value: "2024-09-01 00:00:00",
label: "9月", label: "9月",
}, },
{ {
value: "2023-10-01 00:00:00", value: "2024-10-01 00:00:00",
label: "10月", label: "10月",
}, },
{ {
value: "2023-11-01 00:00:00", value: "2024-11-01 00:00:00",
label: "11月", label: "11月",
}, },
{ {
value: "2023-12-01 00:00:00", value: "2024-12-01 00:00:00",
label: "12月", label: "12月",
}, },
], ],
dateValue: "2023-07-01 00:00:00", dateValue: "2024-03-01 00:00:00",
}; };
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment