智慧园区前端大屏
linwe
2024-11-04 015854c3952f95d88b8080ea410b35e41cf39bdb
src/views/survey/components/box/fireTrend.vue
@@ -22,7 +22,7 @@
})
function getPages () {
function getPages() {
  getPage().then(res => {
    parkQy.value = res.data.data.records
    console.log(res)
@@ -31,7 +31,7 @@
  })
}
function search () {
function search() {
  getPage({ name: searchQuery.value }).then(res => {
    parkQy.value = res.data.data.records
    console.log(res)
@@ -88,6 +88,8 @@
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  outline: none;
  background-color: transparent;
  color: #fff;
}
.search-button {
@@ -107,7 +109,7 @@
.data-content-item {
  display: flex;
  margin: 2px 10px;
  padding: 5px 0;
  padding: 5px 5px;
  background-color: #747bff;
  justify-content: space-between;
  border-radius: 5px;