Commit 936fee33 authored by TZW's avatar TZW

11

parent e734a747
......@@ -171,7 +171,7 @@ function Pushsetting(props) {
return (
<div style={{ position: 'relative' }}>
<AutoTable
pagetitle="推送配置"
pagetitle={<h3 className="page-title">推送配置</h3>}
columns={columns}
actionRef={actionRef}
path={pathconfig?.list || '/ngic-auth/sysUser/query/page'}
......@@ -181,6 +181,7 @@ function Pushsetting(props) {
// access: 'sysDepartment_save',
btn: {
disabled: false,
type: 'primary',
onClick: () => {
setdrawer((s) => ({
...s,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment