智慧园区前端大屏
linwe
2024-11-19 2676f45f33b9dedb80d0417e5af603df41216f0b
src/views/space/components/box/dataContent.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-03-13 14:54:26
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-11-15 14:58:23
 * @LastEditTime: 2024-11-19 17:41:11
 * @FilePath: \bigScreen\src\views\space\components\box\dataContent.vue
 * @Description: 
 * 
@@ -28,7 +28,6 @@
  exportBtn: false,
  columns: [
    {
      label: "名称",
      type: 'input',
      props: 'name',
      placeholder: '请输入名称',
@@ -41,7 +40,7 @@
const tableData = ref([])
const pages = {
  page: 1,
  pageSize: 10,
  pageSize: 20,
  total: 0,
}
@@ -154,7 +153,7 @@
// 重置分页数据
const resetPage = () => {
  pages.page = 1
  pages.pageSize = 10
  pages.pageSize = 20
  pages.total = 0
}
@@ -181,14 +180,20 @@
<template>
  <div class="w100 h0 flex-1 flex f-d-c">
    <global-search :options="options" @searchBtn="searchBtn" @resetBtn="resetBtn" ref="SeachBarCondition"></global-search>
    <global-search :options="options" @searchBtn="searchBtn" @resetBtn="resetBtn"
      ref="SeachBarCondition"></global-search>
    <div class="h0 flex-1 table-content" ref="TableContent">
      <el-table border :data="tableData" :height="curTableHeight" style="width: 100%" v-loading="loading">
    <div class="h0 flex-1 table-content" ref="TableContent" v-loading="loading"
      element-loading-background="rgba(46, 81, 136, 0.9)">
      <el-table border :data="tableData" :height="curTableHeight" style="width: 100%">
        <el-table-column align="center" label="序号" width="62" prop="rank">
          <template #default="{ $index, row }">
            {{ (pages.page - 1) * pages.pageSize + $index + 1 }}
          </template>
        </el-table-column>
        <el-table-column prop="name" label="名称" />
        <el-table-column prop="emergencySpaceType" label="类型" width="130" />
        <el-table-column prop="mainFuncName" label="作用" width="70" />
        <el-table-column width="70" label="操作" align="center">
        <el-table-column prop="mainFuncName" label="作用" width="62" />
        <el-table-column width="62" label="操作" align="center">
          <template #default="scope">
            <el-button link type="primary" size="small" :disabled="scope.row.lng == ''" @click="rowClick(scope.row)">
              定位