!156 style(bqtakepulse): 具体意见输入框改为整行放大显示
* style(bqtakepulse): 具体意见输入框改为整行放大显示 * refactor(xispeak): 表单操作隐藏添加下级入口 * feat(xispeak): 办理情况反馈新增只读详情弹窗 * fix(components): JSelectUser 补全 toRaw 导入
This commit is contained in:
@@ -614,12 +614,12 @@ import { PARTY_COMMITTEE_DEPT_ID, SDW_LEADER_ROLE_ID } from '/@/constant/supervi
|
||||
event: 'detail',
|
||||
onClick: handleDetail.bind(null, record),
|
||||
},
|
||||
{
|
||||
text: '添加下级',
|
||||
icon: 'ant-design:plus-outlined',
|
||||
event: 'addSub',
|
||||
onClick: handleAddSub.bind(null, { pid: record.id }),
|
||||
},
|
||||
// {
|
||||
// text: '添加下级',
|
||||
// icon: 'ant-design:plus-outlined',
|
||||
// event: 'addSub',
|
||||
// onClick: handleAddSub.bind(null, { pid: record.id }),
|
||||
// },
|
||||
{
|
||||
text: '删除',
|
||||
icon: 'ant-design:delete-outlined',
|
||||
|
||||
Reference in New Issue
Block a user