loulijun2021
2023-05-23 54766b89f29031d31cc5ef919741993153d9e8e5
1.生产进度优化
已修改1个文件
14 ■■■■ 文件已修改
src/views/bbgl/scjd.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/bbgl/scjd.vue
@@ -124,7 +124,7 @@
          <el-table-column
            prop="wo_code"
            label="工单编号"
            min-width="150"
            width="155"
            show-tooltip-when-overflow
            sortable="custom"
          />
@@ -138,7 +138,7 @@
          <el-table-column
            prop="partname"
            label="产品名称"
            min-width="150"
            width="155"
            show-tooltip-when-overflow
            sortable="custom"
          />
@@ -178,21 +178,21 @@
          <el-table-column
            prop="concat_name"
            label="生产进度"
            width="521"
            min-width="521"
            sortable="custom"
            show-tooltip-when-overflow
          >
            <template slot-scope="{row}">
              <div style="width: 900px;display: flex;overflow-x: auto;overflow-y: hidden">
              <div style="min-width: 900px;display: flex;overflow-x: auto;overflow-y: hidden">
                <div
                  v-for="item in row.concat_name.split(',')"
                  :key="item+row.wo_code"
                  style="display: flex;align-items: center;padding:0px 0px 10px 0px;"
                  style="display: flex;align-items: center;"
                >
                  <!--                  padding:0px 0px 10px 0px;-->
                  <div style="position: relative;display: flex;flex-direction: column;width: 80px;text-align: center;align-items: center;margin-left: 5px">
                    <div style="width: 80px;">{{ item.split('/')[0] }}</div>
                  <div style="position: relative;display: flex;flex-direction: column;width: 80px;text-align: center;align-items: center;margin-left:10px">
                    <div style="width: 80px;" class="ellipsis">{{ item.split('/')[0] }}</div>
                    <el-progress
                      :text-inside="true"
                      :stroke-width="20"