...
|
...
|
@@ -34,11 +34,11 @@ |
|
|
<el-button @click="deleteOther()" style="margin-left: 10px" type="primary">删除</el-button>
|
|
|
</div>
|
|
|
</el-row>
|
|
|
<el-row class="margin-bottom-50">
|
|
|
<el-row class="margin-bottom-50" style="padding:0 10px;">
|
|
|
<el-col :span="24" class="table-height">
|
|
|
<cm-table-page :columns="columns"
|
|
|
:dataList="portSenseData"
|
|
|
:height="(height - 150)"
|
|
|
:height="(height - 190)"
|
|
|
:loading="loading"
|
|
|
:pageSize="pageSize"
|
|
|
:showBorder="true"
|
...
|
...
|
|