fix(icc add hls)
This commit is contained in:
parent
e3ffeb34d7
commit
4c9391b040
|
@ -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> = [
|
||||
|
|
Loading…
Reference in New Issue