[update] 框架调整

This commit is contained in:
danshihao
2024-04-03 13:42:17 +08:00
parent 86b8709481
commit de2f5e877a
40 changed files with 630 additions and 212 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<a-button title="删除多条数据" @click="batchDel" type="default">批量删除</a-button>
<!--<a-button @click="refresh" type="default" icon="reload" :loading="loading">刷新</a-button>-->
</a-row>
<div style="background: #fff;padding-left:16px;height: 100%; margin-top: 5px">
<div style="padding-left:16px;height: 100%; margin-top: 5px">
<!-- <a-alert type="info" :showIcon="true">-->
<!-- <div slot="message">-->
<!-- 当前选择<span v-if="this.currSelected.title">{{ getCurrSelectedTitle() }}</span>-->
+1 -1
View File
@@ -2,7 +2,7 @@
<a-row :gutter="10">
<a-col :md="8" :sm="24">
<a-card :bordered="false">
<div style="background: #fff;padding-left:16px;height: 100%; margin-top: 5px">
<div style="padding-left:16px;height: 100%; margin-top: 5px">
<a-input-search @search="onSearch" style="width:100%;margin-top: 10px" placeholder="请输入部门名称"/>
<!-- -->
-2
View File
@@ -11,8 +11,6 @@
<div
:style="{
padding:'10px',
border: '1px solid #e9e9e9',
background: '#fff',
}">
<div class="table-page-search-wrapper">
@@ -0,0 +1,13 @@
<template>
<div>1</div>
</template>
<script>
export default {
name: 'EquipmentManagement'
}
</script>
<style scoped>
</style>
@@ -0,0 +1,13 @@
<template>
<div>1</div>
</template>
<script>
export default {
name: 'SystemSettings'
}
</script>
<style scoped>
</style>
@@ -0,0 +1,13 @@
<template>
<div>1</div>
</template>
<script>
export default {
name: 'WellheadDataMonitoring'
}
</script>
<style scoped>
</style>