k94314517
2024-09-20 cd2d3c65b9af62cbafa57a835b237a9f193148f2
admin/src/views/meeting/rooms.vue
@@ -45,6 +45,11 @@
        @selection-change="handleSelectionChange"
      >
        <!-- <el-table-column type="selection" width="55"></el-table-column> -->
        <el-table-column prop="id" label="唯一标识" align="center" min-width="80px" show-overflow-tooltip>
          <template slot-scope="{row}">
            <span class="long-title-style">{{ row.id }}</span>
          </template>
        </el-table-column>
        <el-table-column prop="name" label="会议室名称" align="center" min-width="120px" show-overflow-tooltip>
          <template slot-scope="{row}">
            <span class="long-title-style">{{ row.name }}</span>