@@ -14,7 +14,7 @@
</div>
- <el-dialog
+ <DialogCom
:title="title"
:visible.sync="visible"
width="80%"
@@ -186,7 +186,7 @@
<el-button @click="visible = false">关闭</el-button>
<el-button type="primary" @click="onOK">确定</el-button>
</span>
- </el-dialog>
+ </DialogCom>
@@ -145,15 +145,15 @@
align="center"
label="组织机构"
prop="orgName"
- min-width="200"
+ min-width="160"
></el-table-column>
<!-- <el-table-column :show-overflow-tooltip="true" align="center" label="设备名称" prop="reasons"/>-->
- <!-- <el-table-column
+ <el-table-column
:show-overflow-tooltip="true"
label="主机名称"
prop="hostName"
- ></el-table-column> -->
+ ></el-table-column>
<el-table-column