zy-asrs-admin/src/components/order/order/orderIn.vue
@@ -57,7 +57,7 @@
  {
    title: formatMessage('db.man_order.order_time', '单据日期'),
    dataIndex: 'orderTime',
    width: 160,
    width: 180,
    ellipsis: true,
    ...getColumnSearchProps('orderTime'),
  },
@@ -92,7 +92,7 @@
  {
    title: formatMessage('db.man_order.create_time', '添加时间'),
    dataIndex: 'createTime$',
    width: 140,
    width: 180,
    ellipsis: true,
    ...getColumnSearchProps('createTime$'),
  },
@@ -106,7 +106,7 @@
  {
    title: formatMessage('db.man_order.update_time', '修改时间'),
    dataIndex: 'updateTime$',
    width: 140,
    width: 180,
    ellipsis: true,
    ...getColumnSearchProps('updateTime$'),
  },
@@ -229,7 +229,6 @@
};
const onSearch = () => {
  // console.log('search');
  getPage()
}