添加机构logo功能
This commit is contained in:
parent
3b4e0f47e2
commit
ae30219b8b
|
|
@ -25,6 +25,12 @@ export const columns: BasicColumn[] = [
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'descr'
|
dataIndex: 'descr'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '类型',
|
||||||
|
align: "center",
|
||||||
|
dataIndex: 'configType_dictText',
|
||||||
|
width:100
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '是否启用',
|
title: '是否启用',
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
|
||||||
|
|
@ -208,7 +208,7 @@ export function useBasicFormSchema() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'picUrl',
|
field: 'picUrl',
|
||||||
label: '机构图片',
|
label: '机构LOGO',
|
||||||
component: 'JImageUpload',
|
component: 'JImageUpload',
|
||||||
ifShow: (v_) => {
|
ifShow: (v_) => {
|
||||||
return !v_.values.parentId;
|
return !v_.values.parentId;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue