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

This commit is contained in:
季圣华
2021-06-10 21:56:14 +08:00
parent 283b4ef97e
commit c29535671c
54 changed files with 3561 additions and 3369 deletions

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<allocation-out-modal ref="modalForm" @ok="modalFormOk"></allocation-out-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import AllocationOutModal from './modules/AllocationOutModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<assemble-modal ref="modalForm" @ok="modalFormOk"></assemble-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import AssembleModal from './modules/AssembleModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<disassemble-modal ref="modalForm" @ok="modalFormOk"></disassemble-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import DisassembleModal from './modules/DisassembleModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<other-in-modal ref="modalForm" @ok="modalFormOk"></other-in-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import OtherInModal from './modules/OtherInModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<other-out-modal ref="modalForm" @ok="modalFormOk"></other-out-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import OtherOutModal from './modules/OtherOutModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<purchase-back-modal ref="modalForm" @ok="modalFormOk"></purchase-back-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import PurchaseBackModal from './modules/PurchaseBackModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<purchase-in-modal ref="modalForm" @ok="modalFormOk"></purchase-in-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import PurchaseInModal from './modules/PurchaseInModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -84,6 +86,8 @@
<purchase-order-modal ref="modalForm" @ok="modalFormOk"></purchase-order-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import PurchaseOrderModal from './modules/PurchaseOrderModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<retail-back-modal ref="modalForm" @ok="modalFormOk"></retail-back-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import RetailBackModal from './modules/RetailBackModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<retail-out-modal ref="modalForm" @ok="modalFormOk"></retail-out-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import RetailOutModal from './modules/RetailOutModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<sale-back-modal ref="modalForm" @ok="modalFormOk"></sale-back-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import SaleBackModal from './modules/SaleBackModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -84,6 +86,8 @@
<sale-order-modal ref="modalForm" @ok="modalFormOk"></sale-order-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import SaleOrderModal from './modules/SaleOrderModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -77,6 +79,8 @@
<sale-out-modal ref="modalForm" @ok="modalFormOk"></sale-out-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import SaleOutModal from './modules/SaleOutModal'

View File

@@ -1,5 +1,5 @@
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"

View File

@@ -1,5 +1,5 @@
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"

View File

@@ -1,5 +1,5 @@
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"

View File

@@ -1,5 +1,5 @@
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"

View File

@@ -1,5 +1,5 @@
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -72,6 +74,8 @@
<advance-in-modal ref="modalForm" @ok="modalFormOk"></advance-in-modal>
<financial-detail ref="modalDetail"></financial-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import AdvanceInModal from './modules/AdvanceInModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -72,6 +74,8 @@
<giro-modal ref="modalForm" @ok="modalFormOk"></giro-modal>
<financial-detail ref="modalDetail"></financial-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import GiroModal from './modules/GiroModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -72,6 +74,8 @@
<item-in-modal ref="modalForm" @ok="modalFormOk"></item-in-modal>
<financial-detail ref="modalDetail"></financial-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import ItemInModal from './modules/ItemInModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -72,6 +74,8 @@
<item-out-modal ref="modalForm" @ok="modalFormOk"></item-out-modal>
<financial-detail ref="modalDetail"></financial-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import ItemOutModal from './modules/ItemOutModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -72,6 +74,8 @@
<money-in-modal ref="modalForm" @ok="modalFormOk"></money-in-modal>
<financial-detail ref="modalDetail"></financial-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import MoneyInModal from './modules/MoneyInModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -72,6 +74,8 @@
<money-out-modal ref="modalForm" @ok="modalFormOk"></money-out-modal>
<financial-detail ref="modalDetail"></financial-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import MoneyOutModal from './modules/MoneyOutModal'

View File

@@ -1,5 +1,5 @@
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -105,6 +107,8 @@
<!-- 表单区域 -->
<material-modal ref="modalForm" @ok="modalFormOk"></material-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import MaterialModal from './modules/MaterialModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -45,6 +47,8 @@
<!-- 表单区域 -->
<material-property-modal ref="modalForm" @ok="modalFormOk"></material-property-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import MaterialPropertyModal from './modules/MaterialPropertyModal'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -52,6 +54,8 @@
<!-- table区域-end -->
<account-in-out-list ref="accountInOutList" @ok="modalFormOk"></account-in-out-list>
</a-card>
</a-col>
</a-row>
</template>
<script>
import AccountInOutList from './modules/AccountInOutList'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -36,6 +38,8 @@
</a-table>
<!-- table区域-end -->
</a-card>
</a-col>
</a-row>
</template>
<script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -57,6 +59,8 @@
<!-- 表单区域 -->
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import BillDetail from '../bill/dialog/BillDetail'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -69,6 +71,8 @@
<!-- 表单区域 -->
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import BillDetail from '../bill/dialog/BillDetail'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -64,6 +66,8 @@
</a-table>
<!-- table区域-end -->
</a-card>
</a-col>
</a-row>
</template>
<script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -54,6 +56,8 @@
</a-table>
<!-- table区域-end -->
</a-card>
</a-col>
</a-row>
</template>
<script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -69,6 +71,8 @@
<!-- 表单区域 -->
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import BillDetail from '../bill/dialog/BillDetail'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -64,6 +66,8 @@
</a-table>
<!-- table区域-end -->
</a-card>
</a-col>
</a-row>
</template>
<script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -36,6 +38,8 @@
</a-table>
<!-- table区域-end -->
</a-card>
</a-col>
</a-row>
</template>
<script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -44,6 +46,8 @@
</a-table>
<!-- table区域-end -->
</a-card>
</a-col>
</a-row>
</template>
<script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -57,6 +59,8 @@
<!-- 表单区域 -->
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import BillDetail from '../bill/dialog/BillDetail'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -76,6 +78,8 @@
<!-- 表单区域 -->
<account-modal ref="modalForm" @ok="modalFormOk"></account-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import AccountModal from './modules/AccountModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -83,6 +85,8 @@
<!-- 表单区域 -->
<customer-modal ref="modalForm" @ok="modalFormOk"></customer-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import CustomerModal from './modules/CustomerModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -71,6 +73,8 @@
<!-- 表单区域 -->
<depot-modal ref="modalForm" @ok="modalFormOk"></depot-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import DepotModal from './modules/DepotModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -62,6 +64,8 @@
<!-- 表单区域 -->
<function-modal ref="modalForm" @ok="modalFormOk"></function-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import FunctionModal from './modules/FunctionModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -76,6 +78,8 @@
<!-- 表单区域 -->
<inOutItem-modal ref="modalForm" @ok="modalFormOk"></inOutItem-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import InOutItemModal from './modules/InOutItemModal'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -73,6 +75,8 @@
</a-table>
<!-- table区域-end -->
</a-card>
</a-col>
</a-row>
</template>
<script>

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -83,6 +85,8 @@
<!-- 表单区域 -->
<member-modal ref="modalForm" @ok="modalFormOk"></member-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import MemberModal from './modules/MemberModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -67,6 +69,8 @@
<!-- 表单区域 -->
<person-modal ref="modalForm" @ok="modalFormOk"></person-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import PersonModal from './modules/PersonModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -71,6 +73,8 @@
<!-- 表单区域 -->
<plugin-modal ref="modalForm" @ok="modalFormOk"></plugin-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import PluginModal from './modules/PluginModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -66,6 +68,8 @@
<p>分配功能已经操作成功!现在继续<b>分配按钮</b>吗?</p>
</a-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import RoleModal from './modules/RoleModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -76,6 +78,8 @@
<serial-number-batch-modal ref="serialNumberBatchModel" @ok="modalFormOk"></serial-number-batch-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import SerialNumberModal from './modules/SerialNumberModal'

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -62,6 +64,8 @@
<!-- 表单区域 -->
<systemConfig-modal ref="modalForm" @ok="modalFormOk"></systemConfig-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import SystemConfigModal from './modules/SystemConfigModal'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -42,6 +44,8 @@
<!-- table区域-end -->
<tenant-modal ref="modalForm" @ok="modalFormOk"></tenant-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -57,6 +59,8 @@
<!-- 表单区域 -->
<unit-modal ref="modalForm" @ok="modalFormOk"></unit-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import UnitModal from './modules/UnitModal'

View File

@@ -1,4 +1,6 @@
<template>
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
@@ -71,6 +73,8 @@
<user-depot-modal ref="userDepotModal" @ok="modalFormOk"></user-depot-modal>
<user-customer-modal ref="userCustomerModal" @ok="modalFormOk"></user-customer-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>

View File

@@ -1,5 +1,7 @@
<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">
<!-- 搜索区域 -->
@@ -83,6 +85,8 @@
<!-- 表单区域 -->
<vendor-modal ref="modalForm" @ok="modalFormOk"></vendor-modal>
</a-card>
</a-col>
</a-row>
</template>
<script>
import VendorModal from './modules/VendorModal'