fix(icc add hls)

This commit is contained in:
wang_yp 2025-08-15 18:16:17 +08:00
parent e3ffeb34d7
commit 4c9391b040
1 changed files with 2 additions and 16 deletions

View File

@ -27,7 +27,7 @@ export const defaultConfig = [
value: "",
rules: [{ required: true, message: "联系电话不能为空" }]
},
{
{
type: FormType.treeSelect,
label: "所属单位",
name: "company_identity",
@ -36,16 +36,6 @@ export const defaultConfig = [
value: "",
keys: "company_id",
rules: [{ required: true, message: "所属单位不能为空" }],
},
{
type: FormType.treeSelect,
label: "所属科室",
name: "dep_identity",
treeCheckbox: false,
selectUrl: CompanyConfig.LIST,
value: "",
keys: "company_id",
rules: [],
},
{
type: FormType.treeSelect,
@ -59,7 +49,7 @@ export const defaultConfig = [
},
{
type: FormType.cehckbox,
label: "数据",
label: "人员数据",
name: "column_ids",
selectUrl: SourceConfig.Headers,
value: [],
@ -74,8 +64,6 @@ export const defaultConfig = [
value: [],
rules: [{ required: true, message: "请选择默认数据" }],
},
{
type: FormType.select,
label: "角色",
@ -96,8 +84,6 @@ export const defaultConfig = [
name: "head_img",
value: [],
},
];
export const columns: ColumnsType<UserDataType> = [