修改部分bug
@@ -91,6 +91,7 @@
],
componentProps: {
maxLength: 15,
+ disabled:true,
onChange: (data) => {
console.log('data', data);
},
@@ -103,6 +103,7 @@
@@ -20,6 +20,11 @@ export const columns: BasicColumn[] = [
width: 200,
{
+ title: '管理员数量',
+ dataIndex: 'userNum',
+ width: 100,
+ },
+ {
title: t('routes.system.description'),
dataIndex: 'description',
width: 180,