Commit c0bf2de4 authored by 廖旭伟's avatar 廖旭伟

Merge remote-tracking branch 'origin/master'

parents b4601638 58265747
......@@ -9,7 +9,7 @@
<LayoutTable :data="tableData" notAdd notDel :config="tableConfig">
</LayoutTable>
</el-tab-pane>
<el-tab-pane label="数据分析" name="3">
<!-- <el-tab-pane label="数据分析" name="3">
<div class="content">
<div class="search_box">
<div class="search">
......@@ -61,7 +61,7 @@
</div>
</div>
</div>
</el-tab-pane>
</el-tab-pane> -->
</el-tabs>
<!-- <bar-charts
:title="'部门扣分排名TOP10'"
......@@ -308,55 +308,55 @@ export default {
activeName: "1",
optionsMonths: [
{
value: "2023-01-01 00:00:00",
value: "2024-01-01 00:00:00",
label: "1月",
},
{
value: "2023-02-01 00:00:00",
value: "2024-02-01 00:00:00",
label: "2月",
},
{
value: "2023-03-01 00:00:00",
value: "2024-03-01 00:00:00",
label: "3月",
},
{
value: "2023-04-01 00:00:00",
value: "2024-04-01 00:00:00",
label: "4月",
},
{
value: "2023-05-01 00:00:00",
value: "2024-05-01 00:00:00",
label: "5月",
},
{
value: "2023-06-01 00:00:00",
value: "2024-06-01 00:00:00",
label: "6月",
},
{
value: "2023-07-01 00:00:00",
value: "2024-07-01 00:00:00",
label: "7月",
},
{
value: "2023-08-01 00:00:00",
value: "2024-08-01 00:00:00",
label: "8月",
},
{
value: "2023-09-01 00:00:00",
value: "2024-09-01 00:00:00",
label: "9月",
},
{
value: "2023-10-01 00:00:00",
value: "2024-10-01 00:00:00",
label: "10月",
},
{
value: "2023-11-01 00:00:00",
value: "2024-11-01 00:00:00",
label: "11月",
},
{
value: "2023-12-01 00:00:00",
value: "2024-12-01 00:00:00",
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