|
@@ -278,9 +278,9 @@ export default {
|
|
column: [
|
|
column: [
|
|
{
|
|
{
|
|
label: '客户',
|
|
label: '客户',
|
|
- prop: 'customerData',
|
|
|
|
|
|
+ prop: 'customerId',
|
|
type: 'select',
|
|
type: 'select',
|
|
- search: true,
|
|
|
|
|
|
+ search: false,
|
|
width: 200,
|
|
width: 200,
|
|
filterable: true,
|
|
filterable: true,
|
|
remote: false,
|
|
remote: false,
|
|
@@ -740,7 +740,7 @@ export default {
|
|
* @returns {void}
|
|
* @returns {void}
|
|
*/
|
|
*/
|
|
updateCustomerOptionsInColumn() {
|
|
updateCustomerOptionsInColumn() {
|
|
- const customerColumn = this.option.column.find(col => col.prop === 'customerData')
|
|
|
|
|
|
+ const customerColumn = this.option.column.find(col => col.prop === 'customerId')
|
|
if (customerColumn) {
|
|
if (customerColumn) {
|
|
customerColumn.dicData = this.customerOptions
|
|
customerColumn.dicData = this.customerOptions
|
|
}
|
|
}
|