新增接口curd、数据权限、导航栏样式变更。

This commit is contained in:
hyt 2024-04-12 13:46:10 +08:00
parent 2b4fc51ea5
commit 1304458b59
1 changed files with 33 additions and 10 deletions

View File

@ -117,21 +117,45 @@ const basicsRules = {
const formRowShow = [
{
elCol: [{
label: '工坊名称',
prop: 'workshopName',
label: '接口名称',
prop: 'name',
tag: 'elLook',
span: 24,
disabled: true
span: 24
}]
},
{
elCol: [{
label: '插件',
prop: 'plugName',
slotName: 'plugName',
label: '服务名',
prop: 'beanName',
tag: 'elLook',
span: 24
}]
},
{
elCol: [{
label: '方法名',
prop: 'interfaceName',
tag: 'elLook',
span: 24
}]
},
{
elCol: [{
label: '状态',
prop: 'state',
tag: 'elRadio',
disabled:true,
span: 24,
disabled: true
options: [
{
label: '启用',
value: '0'
},
{
label: '停用',
value: '1'
}
]
}]
},
{
@ -140,8 +164,7 @@ const formRowShow = [
prop: 'remark',
tag: 'elLook',
type: 'textarea',
span: 24,
disabled: true
span: 24
}]
}
]