|
@@ -123,11 +123,11 @@ option.value = Object.assign(option.value, {
|
|
|
column: [
|
|
|
|
|
|
|
|
|
- { label: "所属机构", prop: "institution", width: 130,overHidden: true,search: true ,
|
|
|
+ { label: "所属机构", prop: "institution", width: 130
|
|
|
search: true,
|
|
|
filterable: true,
|
|
|
type: "select",
|
|
|
- width: 100,overHidden: true,
|
|
|
+ overHidden: true,
|
|
|
dicUrl:dictDataUtil.dept_list_url,
|
|
|
dicMethod:"post",
|
|
|
props: { label: "deptName", value: "id" },
|