|
@@ -7,6 +7,7 @@
|
|
|
<span class="statistics-title">可在此功能中批量关联的:<b>{{linkNumber}}</b></span>
|
|
|
<el-button style="float:right;margin-top:1px;" @click="handleClickCreate">保存选定的设备资产关联关系</el-button>
|
|
|
<el-button v-show="Object.keys(radio).length" style="float:right;margin-top:1px;margin-right:15px;" @click="handleClickReset">重置</el-button>
|
|
|
+ <span style="float:right;margin-top:5px;font-size:12px;margin-right:10px;color:#999;">不能批量处理的请在设备台账列表中操作</span>
|
|
|
</div>
|
|
|
<div class="main">
|
|
|
<el-table ref="multipleTable" :data="tableData" v-loading='loading' stripe height="100%" :span-method="objectSpanMethod" :header-cell-style="headerStyle">
|