gongchunyi
2026-08-12 09f548225cc947808ddab268cb5c8e6cc2f07711
src/views/inventoryManagement/dispatchLog/Record.vue
@@ -106,7 +106,11 @@
                         show-overflow-tooltip />
        <el-table-column label="出库日期"
                         prop="createTime"
                         show-overflow-tooltip />
                         show-overflow-tooltip >
          <template #default="scope">
            {{ scope.row.createTime ? scope.row.createTime.split(' ')[0] : '-' }}
          </template>
        </el-table-column>
        <el-table-column label="产品大类"
                         prop="productName"
                         show-overflow-tooltip />