loulijun2021
2023-03-29 15a02d49c86110a9907420526d08eb3db7b550bc
src/views/purchasesManager/purchasesList.vue
@@ -171,7 +171,11 @@
            label="订单状态"
            width="110"
            sortable="custom"
          />
          >
            <template slot-scope="{row}">
              <div>{{ mesorderstusArr.find(i=>i.value===row.status).label }}</div>
            </template>
          </el-table-column>
          <el-table-column
            prop="orderdate"
            label="单据日期"
@@ -312,6 +316,7 @@
      <div class="elTableDiv">
        <el-table
          ref="tableDataRef2"
          :data="tableDataDetail"
          border
          height="210px"
@@ -656,6 +661,7 @@
        }
        this.isIpad = window.innerHeight < 769 && window.innerWidth < 1367
        this.$refs.tableDataRef.doLayout()
        this.$refs.tableDataRef2.doLayout()
      })
    },
    tableRowClassName({ row, rowIndex }) {