Authored by 王涛

关联机房配置去掉有下家的按钮组

@@ -193,7 +193,7 @@ @@ -193,7 +193,7 @@
193 </cm-dialog> 193 </cm-dialog>
194 194
195 <!--关联机房配置--> 195 <!--关联机房配置-->
196 - <cm-dialog title="关联机房配置" width="60%" :showDialogVisible="machineRoomDialog" @hidedialog="showMachineRoomDialog" @okfunc="saveMachineRoomConfig"> 196 + <cm-dialog title="关联机房配置" width="60%" :showDialogVisible="machineRoomDialog" @hidedialog="showMachineRoomDialog" :showFooter="false">
197 <template v-slot> 197 <template v-slot>
198 <cm-table-page :columns="machineRoomInfo.columns" :dataList="machineRoomInfo.dataList" :showIndex="true" 198 <cm-table-page :columns="machineRoomInfo.columns" :dataList="machineRoomInfo.dataList" :showIndex="true"
199 :showBorder="true" :loading="false" :showFooter="false" 199 :showBorder="true" :loading="false" :showFooter="false"