| | |
| | | ...getColumnSearchProps('orderSettle$'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_order.order_settle', '客户名称'),
|
| | | dataIndex: 'customer',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('customer'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_order.order_settle', '电话'),
|
| | | dataIndex: 'phone',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('phone'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_order.order_settle', '地址'),
|
| | | dataIndex: 'address',
|
| | | width: 140,
|
| | | ellipsis: true,
|
| | | ...getColumnSearchProps('address'),
|
| | | },
|
| | | {
|
| | | title: formatMessage('db.man_order.ioPri', '优先级'),
|
| | | dataIndex: 'ioPri',
|
| | | width: 100,
|
| | |
| | | <a-button type="link" primary @click="showDetl(record)">{{ formatMessage('page.order.orderDetl',
|
| | | '订单明细')
|
| | | }}</a-button>
|
| | | <a-button type="link" primary @click="handlePrint(record)">{{ formatMessage('page.order.orderDetl',
|
| | | <a-button type="link" primary @click="handlePrint(record)">{{
|
| | | formatMessage('page.order.orderDetl',
|
| | | '打印订单')
|
| | | }}</a-button>
|
| | | <a-button type="link" primary @click="handleEdit(record)">{{ formatMessage('page.edit', '编辑')
|