mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 06:19:51 +00:00
perf: update panel
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="account-panel">
|
||||
<el-row :gutter="20">
|
||||
<el-row :gutter="20" class="panel-header">
|
||||
<el-col :span="21">
|
||||
<div class="title">
|
||||
<span>{{ object.name }}</span>
|
||||
@@ -37,11 +37,12 @@
|
||||
/>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row class="panel-footer" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import InfoPanel from './InfoPanel'
|
||||
import InfoPanel from './Info.vue'
|
||||
|
||||
export default {
|
||||
name: 'CardPanel',
|
@@ -18,7 +18,7 @@
|
||||
|
||||
<script type="text/jsx">
|
||||
import CardTable from '@/components/Table/CardTable/index.vue'
|
||||
import CardPanel from './CardPanel.vue'
|
||||
import CardPanel from './Panel.vue'
|
||||
|
||||
export default {
|
||||
name: 'SmallCard',
|
||||
@@ -37,8 +37,7 @@ export default {
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
}
|
||||
return {}
|
||||
},
|
||||
methods: {
|
||||
reloadTable() {
|
@@ -24,7 +24,7 @@ import { lan, privateCloudProviders, publicCloudProviders } from '../const'
|
||||
import CreateDialog from './components/CreateDialog.vue'
|
||||
import UpdateDialog from './components/UpdateDialog.vue'
|
||||
import SyncDialog from './components/SyncDialog.vue'
|
||||
import SmallCard from '@/components/Table/CardTable/DataCardTable/index.vue'
|
||||
import SmallCard from '@/components/Table/SmallCardTable/index.vue'
|
||||
import { ACCOUNT_PROVIDER_ATTRS_MAP } from '@/views/assets/Cloud/const'
|
||||
import { toSafeLocalDateStr } from '@/utils/time'
|
||||
|
||||
|
Reference in New Issue
Block a user