style: 样式优化
parent
7167274dec
commit
bb5e784429
|
@ -1,6 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="warpper">
|
<div>
|
||||||
<AmsPosition></AmsPosition>
|
<AmsPosition></AmsPosition>
|
||||||
|
<div class="warpper">
|
||||||
<history-detail v-if="detailDialog.visible" :dialog="detailDialog"></history-detail>
|
<history-detail v-if="detailDialog.visible" :dialog="detailDialog"></history-detail>
|
||||||
<cb-advance-table v-show="!detailDialog.visible" title="采集历史" :search-configs="searchConfigs" :data="list" :params="params" :columns="columns" :get-list="getList" :total="total" :loading="loading">
|
<cb-advance-table v-show="!detailDialog.visible" title="采集历史" :search-configs="searchConfigs" :data="list" :params="params" :columns="columns" :get-list="getList" :total="total" :loading="loading">
|
||||||
<template #name="name, record">
|
<template #name="name, record">
|
||||||
|
@ -16,6 +17,7 @@
|
||||||
</template>
|
</template>
|
||||||
</cb-advance-table>
|
</cb-advance-table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="warpper">
|
<div>
|
||||||
<AmsPosition></AmsPosition>
|
<AmsPosition></AmsPosition>
|
||||||
|
<div class="warpper">
|
||||||
<split-pane class="split-pane" :min-percent="10" :default-percent="20" split="vertical">
|
<split-pane class="split-pane" :min-percent="10" :default-percent="20" split="vertical">
|
||||||
<template slot="paneL">
|
<template slot="paneL">
|
||||||
<Tree ref="TreeRef" category="template" @handleNodeClick="handleNodeClick"></Tree>
|
<Tree ref="TreeRef" category="template" @handleNodeClick="handleNodeClick"></Tree>
|
||||||
|
@ -12,6 +13,7 @@
|
||||||
<AddData :addData="addData" v-if="visible" @goBack="goBack"></AddData>
|
<AddData :addData="addData" v-if="visible" @goBack="goBack"></AddData>
|
||||||
<Detail :detail="detail" v-if="detailVisible" @goBack="goBack"></Detail>
|
<Detail :detail="detail" v-if="detailVisible" @goBack="goBack"></Detail>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="warpper">
|
<div>
|
||||||
<AmsPosition></AmsPosition>
|
<AmsPosition></AmsPosition>
|
||||||
|
<div class="warpper">
|
||||||
<split-pane class="split-pane" :min-percent="10" :default-percent="20" split="vertical">
|
<split-pane class="split-pane" :min-percent="10" :default-percent="20" split="vertical">
|
||||||
<template slot="paneL">
|
<template slot="paneL">
|
||||||
<Tree ref="TreeRef" category="task" @handleNodeClick="handleNodeClick"></Tree>
|
<Tree ref="TreeRef" category="task" @handleNodeClick="handleNodeClick"></Tree>
|
||||||
|
@ -10,6 +11,7 @@
|
||||||
</template>
|
</template>
|
||||||
</split-pane>
|
</split-pane>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<el-card>
|
<div>
|
||||||
<AmsPosition></AmsPosition>
|
<AmsPosition></AmsPosition>
|
||||||
|
<el-card>
|
||||||
<el-tabs v-model="activeName">
|
<el-tabs v-model="activeName">
|
||||||
<el-tab-pane label="操作审计" name="first">
|
<el-tab-pane label="操作审计" name="first">
|
||||||
<LogList ref="ItemRef" v-if="activeName === 'first'" :isLog="true" />
|
<LogList ref="ItemRef" v-if="activeName === 'first'" :isLog="true" />
|
||||||
|
@ -10,6 +11,7 @@
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { defineComponent, reactive, ref } from 'vue'
|
import { defineComponent, reactive, ref } from 'vue'
|
||||||
|
|
Loading…
Reference in New Issue