|
|
@ -578,7 +578,7 @@ import {computeArea} from '@/common/utils' |
|
|
|
pickerContent(){//下拉选择 表单显示数据 |
|
|
|
if(this.type=='select'){ |
|
|
|
var column=this.$defineArray(setPickerVal(this.columns[0], this.value).filter(v=>v)); |
|
|
|
return this.showValue(column)||column.at(-1)?.label||this.placeholder||`请选择${this.labelName}` |
|
|
|
return this.showValue(column)||column.slice(-1)[0]?.label||this.placeholder||`请选择${this.labelName}` |
|
|
|
} |
|
|
|
return '' |
|
|
|
}, |
|
|
|