Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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" |
-
Please register or login to post a comment