loulijun2021
2022-07-30 8d9280f3a6b7346b5ce4751ecccb08ef1012769c
src/views/kb/zhkb.vue
@@ -540,6 +540,7 @@
                <el-table-column
                  prop="jgdh"
                  label="加工单号"
                  width="207"
                />
                <el-table-column
                  prop="cpmc"
@@ -616,10 +617,11 @@
                  <el-table-column
                    prop="cx"
                    label="产线"
                    width="100"
                    width="120"
                  />
                  <el-table-column
                    prop="cp"
                    width="138"
                    label="产品"
                  />
                  <el-table-column
@@ -861,7 +863,7 @@
    // setInterval(this.handleData, 2000)
    this.getEcharts()
    // this.gettableDataRankRoll()
    this.gettableDataRankRoll()
  },
  methods: {
@@ -1127,4 +1129,8 @@
  background-color: #000;
}
::v-deep .el-table__body-wrapper::-webkit-scrollbar {
  /* width: 0;宽度为0暗藏 */
  width: 0;
}
</style>