Commit 936fee33 authored by TZW's avatar TZW

11

parent e734a747
...@@ -171,7 +171,7 @@ function Pushsetting(props) { ...@@ -171,7 +171,7 @@ function Pushsetting(props) {
return ( return (
<div style={{ position: 'relative' }}> <div style={{ position: 'relative' }}>
<AutoTable <AutoTable
pagetitle="推送配置" pagetitle={<h3 className="page-title">推送配置</h3>}
columns={columns} columns={columns}
actionRef={actionRef} actionRef={actionRef}
path={pathconfig?.list || '/ngic-auth/sysUser/query/page'} path={pathconfig?.list || '/ngic-auth/sysUser/query/page'}
...@@ -181,6 +181,7 @@ function Pushsetting(props) { ...@@ -181,6 +181,7 @@ function Pushsetting(props) {
// access: 'sysDepartment_save', // access: 'sysDepartment_save',
btn: { btn: {
disabled: false, disabled: false,
type: 'primary',
onClick: () => { onClick: () => {
setdrawer((s) => ({ setdrawer((s) => ({
...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