gaoluyang
2026-06-12 ac00bb7b8eae1bf6aabb7f1ae67c2e5aa5b8ae90
src/views/salesManagement/deliveryLedger/index.vue
@@ -53,6 +53,7 @@
        :row-key="(row) => row.id"
        style="width: 100%"
        height="calc(100vh - 21.5em)"
        :tooltip-options="{ popperOptions: { strategy: 'absolute' } }"
      >
        <el-table-column align="center" type="selection" width="55" />
        <el-table-column align="center" label="序号" type="index" width="60" />
@@ -77,7 +78,7 @@
          show-overflow-tooltip
        />
        <el-table-column
          label="尺寸"
          label="规格型号"
          prop="specificationModel"
          show-overflow-tooltip
        />
@@ -269,7 +270,7 @@
          <el-descriptions-item label="产品名称">{{
            detailRow.productName || "--"
          }}</el-descriptions-item>
          <el-descriptions-item label="尺寸">{{
          <el-descriptions-item label="规格型号">{{
            detailRow.specificationModel || "--"
          }}</el-descriptions-item>
          <el-descriptions-item label="发货类型">{{
@@ -314,7 +315,7 @@
            show-overflow-tooltip
          />
          <el-table-column
            label="尺寸"
            label="规格型号"
            prop="specificationModel"
            min-width="160"
            show-overflow-tooltip