yangyang
2025-07-02 65c13f7dafe0945ccd9b657cc31c4d4bc3a94359
zy-asrs-admin/src/components/orderLog/index.vue
@@ -45,14 +45,14 @@
  {
    title: formatMessage('db.man_order.order_no', '订单编号'),
    dataIndex: 'orderNo',
    width: 140,
    width: 230,
    ellipsis: true,
    ...getColumnSearchProps('orderNo'),
  },
  {
    title: formatMessage('db.man_order.order_time', '单据日期'),
    dataIndex: 'orderTime',
    width: 140,
    width: 180,
    ellipsis: true,
    ...getColumnSearchProps('orderTime'),
  },