首页增加办公数据
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
办公管理数据
|
||||
<FlowTable />
|
||||
</el-col>
|
||||
|
||||
<el-col :span="12">
|
||||
@@ -60,11 +60,13 @@
|
||||
import * as echarts from 'echarts';
|
||||
import AllApplications from '@/views/components/AllApplications.vue';
|
||||
import OrderDashboard from '@/views/components/OrderDashboard.vue';
|
||||
import FlowTable from '@/views/components/FlowTable.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
AllApplications,
|
||||
OrderDashboard
|
||||
OrderDashboard,
|
||||
FlowTable
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user