Commit c2953567 authored by 季圣华's avatar 季圣华
Browse files

解决菜单切换页面闪现的bug

parent 283b4ef9
<template> <template>
<a-card :bordered="false" class="card-area"> <a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
<!-- 搜索区域 --> <!-- 搜索区域 -->
...@@ -72,6 +74,8 @@ ...@@ -72,6 +74,8 @@
<item-in-modal ref="modalForm" @ok="modalFormOk"></item-in-modal> <item-in-modal ref="modalForm" @ok="modalFormOk"></item-in-modal>
<financial-detail ref="modalDetail"></financial-detail> <financial-detail ref="modalDetail"></financial-detail>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import ItemInModal from './modules/ItemInModal' import ItemInModal from './modules/ItemInModal'
......
<template> <template>
<a-card :bordered="false" class="card-area"> <a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
<!-- 搜索区域 --> <!-- 搜索区域 -->
...@@ -72,6 +74,8 @@ ...@@ -72,6 +74,8 @@
<item-out-modal ref="modalForm" @ok="modalFormOk"></item-out-modal> <item-out-modal ref="modalForm" @ok="modalFormOk"></item-out-modal>
<financial-detail ref="modalDetail"></financial-detail> <financial-detail ref="modalDetail"></financial-detail>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import ItemOutModal from './modules/ItemOutModal' import ItemOutModal from './modules/ItemOutModal'
......
<template> <template>
<a-card :bordered="false" class="card-area"> <a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
<!-- 搜索区域 --> <!-- 搜索区域 -->
...@@ -72,6 +74,8 @@ ...@@ -72,6 +74,8 @@
<money-in-modal ref="modalForm" @ok="modalFormOk"></money-in-modal> <money-in-modal ref="modalForm" @ok="modalFormOk"></money-in-modal>
<financial-detail ref="modalDetail"></financial-detail> <financial-detail ref="modalDetail"></financial-detail>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import MoneyInModal from './modules/MoneyInModal' import MoneyInModal from './modules/MoneyInModal'
......
<template> <template>
<a-card :bordered="false" class="card-area"> <a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
<!-- 搜索区域 --> <!-- 搜索区域 -->
...@@ -72,6 +74,8 @@ ...@@ -72,6 +74,8 @@
<money-out-modal ref="modalForm" @ok="modalFormOk"></money-out-modal> <money-out-modal ref="modalForm" @ok="modalFormOk"></money-out-modal>
<financial-detail ref="modalDetail"></financial-detail> <financial-detail ref="modalDetail"></financial-detail>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import MoneyOutModal from './modules/MoneyOutModal' import MoneyOutModal from './modules/MoneyOutModal'
......
<template> <template>
<a-card :bordered="false" class="card-area"> <a-card :bordered="false">
<j-modal <j-modal
:title="title" :title="title"
:width="width" :width="width"
......
<template> <template>
<a-card :bordered="false" class="card-area"> <a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
<!-- 搜索区域 --> <!-- 搜索区域 -->
...@@ -105,6 +107,8 @@ ...@@ -105,6 +107,8 @@
<!-- 表单区域 --> <!-- 表单区域 -->
<material-modal ref="modalForm" @ok="modalFormOk"></material-modal> <material-modal ref="modalForm" @ok="modalFormOk"></material-modal>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import MaterialModal from './modules/MaterialModal' import MaterialModal from './modules/MaterialModal'
......
<template> <template>
<a-card :bordered="false" class="card-area"> <a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
<!-- 搜索区域 --> <!-- 搜索区域 -->
...@@ -45,6 +47,8 @@ ...@@ -45,6 +47,8 @@
<!-- 表单区域 --> <!-- 表单区域 -->
<material-property-modal ref="modalForm" @ok="modalFormOk"></material-property-modal> <material-property-modal ref="modalForm" @ok="modalFormOk"></material-property-modal>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import MaterialPropertyModal from './modules/MaterialPropertyModal' import MaterialPropertyModal from './modules/MaterialPropertyModal'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -52,6 +54,8 @@ ...@@ -52,6 +54,8 @@
<!-- table区域-end --> <!-- table区域-end -->
<account-in-out-list ref="accountInOutList" @ok="modalFormOk"></account-in-out-list> <account-in-out-list ref="accountInOutList" @ok="modalFormOk"></account-in-out-list>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import AccountInOutList from './modules/AccountInOutList' import AccountInOutList from './modules/AccountInOutList'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -36,6 +38,8 @@ ...@@ -36,6 +38,8 @@
</a-table> </a-table>
<!-- table区域-end --> <!-- table区域-end -->
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -57,6 +59,8 @@ ...@@ -57,6 +59,8 @@
<!-- 表单区域 --> <!-- 表单区域 -->
<bill-detail ref="modalDetail"></bill-detail> <bill-detail ref="modalDetail"></bill-detail>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import BillDetail from '../bill/dialog/BillDetail' import BillDetail from '../bill/dialog/BillDetail'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -69,6 +71,8 @@ ...@@ -69,6 +71,8 @@
<!-- 表单区域 --> <!-- 表单区域 -->
<bill-detail ref="modalDetail"></bill-detail> <bill-detail ref="modalDetail"></bill-detail>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import BillDetail from '../bill/dialog/BillDetail' import BillDetail from '../bill/dialog/BillDetail'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -64,6 +66,8 @@ ...@@ -64,6 +66,8 @@
</a-table> </a-table>
<!-- table区域-end --> <!-- table区域-end -->
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -54,6 +56,8 @@ ...@@ -54,6 +56,8 @@
</a-table> </a-table>
<!-- table区域-end --> <!-- table区域-end -->
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -69,6 +71,8 @@ ...@@ -69,6 +71,8 @@
<!-- 表单区域 --> <!-- 表单区域 -->
<bill-detail ref="modalDetail"></bill-detail> <bill-detail ref="modalDetail"></bill-detail>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import BillDetail from '../bill/dialog/BillDetail' import BillDetail from '../bill/dialog/BillDetail'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -64,6 +66,8 @@ ...@@ -64,6 +66,8 @@
</a-table> </a-table>
<!-- table区域-end --> <!-- table区域-end -->
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -36,6 +38,8 @@ ...@@ -36,6 +38,8 @@
</a-table> </a-table>
<!-- table区域-end --> <!-- table区域-end -->
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -44,6 +46,8 @@ ...@@ -44,6 +46,8 @@
</a-table> </a-table>
<!-- table区域-end --> <!-- table区域-end -->
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin'
......
<template> <template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false"> <a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
...@@ -57,6 +59,8 @@ ...@@ -57,6 +59,8 @@
<!-- 表单区域 --> <!-- 表单区域 -->
<bill-detail ref="modalDetail"></bill-detail> <bill-detail ref="modalDetail"></bill-detail>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import BillDetail from '../bill/dialog/BillDetail' import BillDetail from '../bill/dialog/BillDetail'
......
<template> <template>
<a-card :bordered="false" class="card-area"> <a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
<!-- 搜索区域 --> <!-- 搜索区域 -->
...@@ -76,6 +78,8 @@ ...@@ -76,6 +78,8 @@
<!-- 表单区域 --> <!-- 表单区域 -->
<account-modal ref="modalForm" @ok="modalFormOk"></account-modal> <account-modal ref="modalForm" @ok="modalFormOk"></account-modal>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import AccountModal from './modules/AccountModal' import AccountModal from './modules/AccountModal'
......
<template> <template>
<a-card :bordered="false" class="card-area"> <a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 --> <!-- 查询区域 -->
<div class="table-page-search-wrapper"> <div class="table-page-search-wrapper">
<!-- 搜索区域 --> <!-- 搜索区域 -->
...@@ -83,6 +85,8 @@ ...@@ -83,6 +85,8 @@
<!-- 表单区域 --> <!-- 表单区域 -->
<customer-modal ref="modalForm" @ok="modalFormOk"></customer-modal> <customer-modal ref="modalForm" @ok="modalFormOk"></customer-modal>
</a-card> </a-card>
</a-col>
</a-row>
</template> </template>
<script> <script>
import CustomerModal from './modules/CustomerModal' import CustomerModal from './modules/CustomerModal'
......
Supports Markdown
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