@zgfe/modules-settings 2.0.0-zhongyuan.7 → 2.0.0-zhongyuan.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/modules/companySetting/user/index.js +7 -0
- package/es/modules/companySetting/user/index.less +363 -363
- package/es/modules/companySetting/user/invite.js +19 -0
- package/es/modules/demandManage/index.js +17 -2
- package/es/modules/demandManage/styles/index.less +215 -210
- package/es/modules/pointMap/styles/tree.css +145 -145
- package/es/modules/pointMap/styles/tree.less +149 -149
- package/es/modules/systemSetting/document-setting/index.js +16 -2
- package/es/modules/systemSetting/index.css +161 -161
- package/es/modules/systemSetting/index.less +169 -169
- package/package.json +74 -74
|
@@ -330,6 +330,13 @@ var User = function User(props) {
|
|
|
330
330
|
className: "super-admin"
|
|
331
331
|
}, "\u8D85\u7EA7\u7BA1\u7406\u5458") : null));
|
|
332
332
|
}
|
|
333
|
+
}, {
|
|
334
|
+
with: 334,
|
|
335
|
+
title: '手机号',
|
|
336
|
+
dataIndex: 'telphone',
|
|
337
|
+
render: function render(telphone) {
|
|
338
|
+
return /*#__PURE__*/React.createElement("div", null, telphone);
|
|
339
|
+
}
|
|
333
340
|
}, {
|
|
334
341
|
title: '角色',
|
|
335
342
|
dataIndex: 'aclRoleList',
|