src/views/systemSetting/platform/cockpitManage/index.vue
@@ -83,7 +83,7 @@ </el-table-column> </el-table> <!-- 详情页展示 --> <el-dialog :visible.sync="dialogView" width="80%" title="基础信息(人工)" <el-dialog :visible.sync="dialogView" width="60%" title="基础信息(人工)" :before-close="handleClose"> <MyDetail :info=info v-if="mystatus === 1"></MyDetail> <MyIllDetail :info=info v-else></MyIllDetail>