|
@@ -21,8 +21,8 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="table-container"> |
|
|
<div class="table-container"> |
|
|
<div style="min-height:600px;"> |
|
|
|
|
|
<el-table border :data="tableData" style="width: 100%;min-width:1700px;" v-loading="loading" stripe> |
|
|
|
|
|
|
|
|
<div style="min-height:600px;overflow-x:auto;"> |
|
|
|
|
|
<el-table border :data="tableData" style="width:100%;min-width:1700px;" v-loading="loading" stripe> |
|
|
<el-table-column prop="ID" label="ID" align="center" header-align="center" width="60"></el-table-column> |
|
|
<el-table-column prop="ID" label="ID" align="center" header-align="center" width="60"></el-table-column> |
|
|
<el-table-column prop="SpecStr" :label="$t('resourcesManagement.resourceSpecification')" align="left" |
|
|
<el-table-column prop="SpecStr" :label="$t('resourcesManagement.resourceSpecification')" align="left" |
|
|
header-align="center" min-width="160"> |
|
|
header-align="center" min-width="160"> |
|
|