1
lzhe
2024-09-30 1988d77f4df3c01a9137303e0c959b3442c14377
src/views/mdc/time-analysis.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-04-26 09:36:18
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-06-18 17:46:40
 * @LastEditTime: 2024-09-10 11:35:09
 * @FilePath: /smart-web/src/views/mdc/status-record.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -298,6 +298,7 @@
                            if(value <= 1) {
                                value = value * 100;
                            }
                            console.log(value)
                            return value + "%";
                        }
                    },
@@ -556,6 +557,9 @@
       changeLeftTab(item) {
          this.btnLeftctive = item.id;
            this.ids = [];
            if(item.id == 2) {   //按工位统计树
                this.getTree2List();
            }
       },
        tabChange(val) {
            this.activeName = val;
@@ -802,7 +806,7 @@
        font-weight: bold;
    }
    .demo-collapse /deep/ .el-collapse-item__header {
        background-color: #d8e8e8;
        background-color: #7eb9f7;
        margin: 8px;
        height: 32px;
        padding-left: 16px;