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