|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="table-container">
|
|
|
<div class="table-list" :style="tableData && tableData.length?'height:calc(100% - 50px);':'height:100%;'">
|
|
|
- <el-table :data="tableData" style="width: 100%" height="100%" v-loading="loading" :header-cell-style="headerStyle">
|
|
|
+ <el-table :data="tableData" style="width: 100%;" height="100%" v-loading="loading" :header-cell-style="headerStyle">
|
|
|
<el-table-column prop="FolderName" label="所属模型文件夹" show-overflow-tooltip min-width="80"></el-table-column>
|
|
|
<el-table-column prop="FileName" label="模型文件名" show-overflow-tooltip min-width="80"></el-table-column>
|
|
|
<el-table-column :label="`${inSpaceType}本地名称`" show-overflow-tooltip min-width="100">
|