wl
2022-12-20 98d6b76976ed7cd4f07029327db146f35d596e11
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>