update
1.更新im 2.修改bug
This commit is contained in:
@@ -697,4 +697,16 @@
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '../styles/home.scss';
|
@import '../styles/home.scss';
|
||||||
|
:deep(.groupInvite-header-desktop) {
|
||||||
|
left: 0 !important;
|
||||||
|
width: 100% !important;
|
||||||
|
transform: translate(0, 0) !important;
|
||||||
|
}
|
||||||
|
:deep(.singleInvite-message) {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
:deep(.singleInvite-nick-span) {
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -53,4 +53,4 @@
|
|||||||
},
|
},
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
};</script><script src="js/vendors~app.cad1a8d4.js"></script><script src="js/app.ea711e21.js"></script></body></html>
|
};</script><script src="js/vendors~app.cad1a8d4.js"></script><script src="js/app.486b8f10.js"></script></body></html>
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -17,7 +17,7 @@ export const columns: BasicColumn[] = [
|
|||||||
{
|
{
|
||||||
title: '咨询类型',
|
title: '咨询类型',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'type_dictText',
|
dataIndex: 'noticeType_dictText',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '创建时间',
|
title: '创建时间',
|
||||||
|
|||||||
@@ -114,6 +114,7 @@
|
|||||||
label: '编辑',
|
label: '编辑',
|
||||||
onClick: handleEdit.bind(null, record),
|
onClick: handleEdit.bind(null, record),
|
||||||
auth: auth.edit,
|
auth: auth.edit,
|
||||||
|
disabled: record.status === '1',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '启用',
|
label: '启用',
|
||||||
@@ -124,6 +125,7 @@
|
|||||||
label: '删除',
|
label: '删除',
|
||||||
onClick: handleDelete.bind(null, record),
|
onClick: handleDelete.bind(null, record),
|
||||||
auth: auth.deleteOne,
|
auth: auth.deleteOne,
|
||||||
|
disabled: record.status === '1',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user