[update] 修改bug88192
This commit is contained in:
+1
-2
@@ -322,8 +322,7 @@ export default {
|
|||||||
width: 200,
|
width: 200,
|
||||||
dataIndex: 'rectificationDepartment',
|
dataIndex: 'rectificationDepartment',
|
||||||
customRender: (value, row, index) => {
|
customRender: (value, row, index) => {
|
||||||
return <j-select-depart v-model={row.rectificationDepartment}
|
return <j-select-depart v-model={row.rectificationDepartment} disabled={this.disabled} backDepart={true} />
|
||||||
backDepart={true} />
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user