优化页面

This commit is contained in:
季圣华
2021-08-16 00:13:54 +08:00
parent 66a88e76f6
commit 888eb170eb
55 changed files with 60 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<template>
<a-row :gutter="24">
<a-col :md="24">
@@ -81,6 +82,7 @@
</a-col>
</a-row>
</template>
<!-- BY cao_yu_li -->
<script>
import AccountModal from './modules/AccountModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -1,3 +1,4 @@
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<template>
<a-row :gutter="24">
<a-col :md="24">
@@ -88,6 +89,7 @@
</a-col>
</a-row>
</template>
<!-- BY cao_yu_li -->
<script>
import CustomerModal from './modules/CustomerModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -1,3 +1,4 @@
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<template>
<a-row :gutter="24">
<a-col :md="24">
@@ -76,6 +77,7 @@
</a-col>
</a-row>
</template>
<!-- BY cao_yu_li -->
<script>
import DepotModal from './modules/DepotModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -1,3 +1,4 @@
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<template>
<a-row :gutter="24">
<a-col :md="24">

View File

@@ -81,6 +81,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<script>
import InOutItemModal from './modules/InOutItemModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -77,7 +77,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import JEllipsis from '@/components/jeecg/JEllipsis'

View File

@@ -88,6 +88,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<script>
import MemberModal from './modules/MemberModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -94,6 +94,7 @@
<organization-modal ref="organizationModal" @ok="loadTree"></organization-modal>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<script>
import OrganizationModal from './modules/OrganizationModal'
import pick from 'lodash.pick'

View File

@@ -72,6 +72,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<script>
import PersonModal from './modules/PersonModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -76,6 +76,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<script>
import PluginModal from './modules/PluginModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -71,6 +71,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<script>
import RoleModal from './modules/RoleModal'
import RoleFunctionModal from './modules/RoleFunctionModal'

View File

@@ -81,6 +81,7 @@
</a-col>
</a-row>
</template>
<!-- f r o m 7 5 2 7 1 8 9 2 0 -->
<script>
import SerialNumberModal from './modules/SerialNumberModal'
import SerialNumberBatchModal from './modules/SerialNumberBatchModal'

View File

@@ -67,6 +67,7 @@
</a-col>
</a-row>
</template>
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<script>
import SystemConfigModal from './modules/SystemConfigModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -63,7 +63,7 @@
</a-col>
</a-row>
</template>
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<script>
import TenantModal from './modules/TenantModal'
import {JeecgListMixin} from '@/mixins/JeecgListMixin'

View File

@@ -62,6 +62,7 @@
</a-col>
</a-row>
</template>
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<script>
import UnitModal from './modules/UnitModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'

View File

@@ -83,7 +83,7 @@
</a-col>
</a-row>
</template>
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<script>
import UserModal from './modules/UserModal'
import UserDepotModal from './modules/UserDepotModal'

View File

@@ -88,6 +88,7 @@
</a-col>
</a-row>
</template>
<!-- b y 7 5 2 7 1 8 9 2 0 -->
<script>
import VendorModal from './modules/VendorModal'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'