loulijun2021
2022-11-22 20ac76481e2748bec983dbf460cd44995ae08c0c
src/views/kb/zhkb.vue
@@ -110,7 +110,7 @@
                <el-table-column
                  prop="xh"
                  label="序号"
                  width="50"
                  width="60"
                />
                <el-table-column
@@ -121,12 +121,44 @@
                <el-table-column
                  prop="pfsj"
                  label="派发时间"
                  width="160"
                  width="140"
                />
                <el-table-column
                  prop=""
                  label="销售订单号"
                  width="160"
                />      <el-table-column
                  prop=""
                  label="加工单号"
                  width="160"
                />   <el-table-column
                  prop=""
                  label="产品名称"
                  width="100"
                />   <el-table-column
                  prop=""
                  label="任务数量"
                  width="100"
                />  <el-table-column
                  prop=""
                  label="完工数量"
                  width="100"
                /> <el-table-column
                  prop=""
                  label="不良数量"
                  width="100"
                /> <el-table-column
                  prop=""
                  label="完成率"
                  width="80"
                /> <el-table-column
                  prop=""
                  label="预计开始"
                  width="140"
                /> <el-table-column
                  prop=""
                  label="预计结束"
                  width="140"
                />
              </el-table>
            </div>
@@ -153,16 +185,16 @@
                <el-table-column
                  prop="xh"
                  label="序号"
                  width="50"
                  width="60"
                />
                <el-table-column
                  prop="cx"
                  width="144"
                  width="165"
                  label="产线"
                />
                <el-table-column
                  prop="cp"
                  width="160"
                  width="120"
                  label="产品"
                />
                <el-table-column
@@ -348,8 +380,8 @@
        padding: '10px 0',
        textAlign: 'center',
        color: '#07acc2',
        border: 'none'
        // fontSize: '16px'
        border: 'none',
        fontSize: '18px'
      }
    },
    cellStyle() {
@@ -358,8 +390,8 @@
        textAlign: 'center',
        backgroundColor: '#000',
        color: '#fff',
        border: 'none'
        // fontSize: '16px'
        border: 'none',
        fontSize: '18px'
      }
    }
  }
@@ -370,28 +402,13 @@
<style lang="scss" scoped>
$main_color: #09d8f2;
$color01: #00FFFF;
.lineContent {
  height: 435px;
  border: 1px solid $main_color;
  border-radius: 5px;
  padding: 2px;
}
.horn {
  background: linear-gradient($color01, $color01) left top,
  linear-gradient($color01, $color01) left top,
  linear-gradient($color01, $color01) right top,
  linear-gradient($color01, $color01) right top,
  linear-gradient($color01, $color01) left bottom,
  linear-gradient($color01, $color01) left bottom,
  linear-gradient($color01, $color01) right bottom,
  linear-gradient($color01, $color01) right bottom;
  background-repeat: no-repeat;
  background-size: 2px 20px, 20px 2px;
}
.tableData {
  background: #000;
}
.el-table::before{
  height: 0;
}
.el-table__empty-text {
@@ -496,4 +513,5 @@
  background-color: rgb(255 255 0);
  border-radius: 50%;
}
</style>