gaoshp
2024-05-14 db06bf2b2956472ecbd745f861a7713bd76f3bec
src/views/mdc/status-record.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-04-26 09:36:18
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-04-26 18:07:52
 * @LastEditTime: 2024-05-14 18:41:53
 * @FilePath: /smart-web/src/views/mdc/status-record.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -42,7 +42,7 @@
                    <!-- collectionstatus 反馈状态
                    date 日期
                    workstationInfoList 工位list -->
                    <record-charts-by-date :collectionstatus="collectionstatus" :date="date" :workstationInfoList="workstationInfoList" v-if="collectionstatus.length != 0"></record-charts-by-date>
                    <record-charts-by-date :achievements="achievements" :date="date" :workstationInfoList="workstationInfoList" v-if="achievements.length != 0"></record-charts-by-date>
                </el-tab-pane>
                <el-tab-pane label="按工位查看" name="time">
                    <div class="fact-analysis-realtim">
@@ -54,7 +54,7 @@
                                <div>暂无数据</div>
                            </div>
                        </div>
                        <div>
                        <div v-if="!isshowempty">
                            <el-button-group>
                                <el-button @click="changeTabGongwei(item)" :type="btnGongweiListActive == item.id ? 'primary' : ''" v-for="item in btnGongweiList" :key="item.id" size="small">{{item.name }}</el-button>
                            </el-button-group>
@@ -90,7 +90,6 @@
import recordChartsByWorkstation from './components/recordChartsByWorkstation.vue';
export default {
    components: {
       time: "",
        MYTree,
        recordChartsByDate,
        recordChartsByWorkstation,
@@ -336,7 +335,10 @@
        z-index: 99;
    }
    .MYTree {
        height: calc(100% - 200px);
        height: 600px;
    }
    .MYTree-content {
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
@@ -382,7 +384,7 @@
        flex-wrap: wrap;
    }
    .status-wrap /deep/ .el-checkbox.el-checkbox--large {
        color: #3b8e8e;
        color: #409eff;
    }
    .fact-analysis-realtim {
        display: flex;
@@ -416,7 +418,10 @@
        position: absolute;
        right: 10px;
        top: -2px;
        color: #3b8e8e;
        color: #409eff;
        cursor: pointer;
    }
    .aposcope-right /deep/ .el-tabs__content {
        overflow: visible;
    }
</style>