flat: 修改识别与服务管理的bug

This commit is contained in:
yangxiao
2025-11-21 11:52:30 +08:00
parent 5591ab8313
commit 1726e353d1
2 changed files with 19 additions and 5 deletions

View File

@@ -397,8 +397,8 @@ export default {
height: '100',
column: [
{
label: "所属机构",
prop: "deptId",
label: "服务机构",
prop: "companyName",
type: "tree",
multiple: false,
dicData: this.depTree,
@@ -450,6 +450,19 @@ export default {
label: '常驻地址',
prop: 'residentAddress',
},
{
label: "是否本级",
prop: "isCurrentLevel",
dicData: [
{ value: 0, label: "" },
{ value: 1, label: "" },
],
type: 'select',
search: true,
hide: true,
searchLabelWidth: 100,
searchSpan: 8,
},
{
label: "毕业年份",
width: 100,