Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TOSTUMI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maple
TOSTUMI
Commits
9ba8c8c0
Commit
9ba8c8c0
authored
Jul 29, 2020
by
MrShi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config.ts更新
parent
8aaedb3b
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
516 additions
and
49 deletions
+516
-49
config.ts
config/config.ts
+503
-44
menu.ts
src/locales/en-US/menu.ts
+2
-2
menu.ts
src/locales/zh-CN/menu.ts
+9
-2
style.less
src/pages/housingList/style.less
+1
-1
ServiceAvaliable.tsx
src/pages/tosBusiness/ServiceAvaliable.tsx
+1
-0
No files found.
config/config.ts
View file @
9ba8c8c0
This diff is collapsed.
Click to expand it.
src/locales/en-US/menu.ts
View file @
9ba8c8c0
...
...
@@ -50,7 +50,7 @@ export default {
'menu.editor.mind'
:
'Mind Editor'
,
'menu.editor.koni'
:
'Koni Editor'
,
'menu.usemanagement'
:
'User Management'
,
/*
'menu.usemanagement': 'User Management',
'menu.monitoringcenter': 'Monitoring Center',
'menu.usemanagement.lifeusers': 'LIFE Users',
'menu.usemanagement.serviceproviders': 'Service Providers',
...
...
@@ -72,5 +72,5 @@ export default {
'menu.accountmanagement': 'Account Management',
'menu.accountmanagement.accountmanagement1': 'Account Management',
'menu.accountmanagement.companyinformation': 'Company Information',
'menu.accountmanagement.languagesettings'
:
'Language Settings'
,
'menu.accountmanagement.languagesettings': 'Language Settings',
*/
};
src/locales/zh-CN/menu.ts
View file @
9ba8c8c0
...
...
@@ -57,8 +57,8 @@ export default {
'menu.account.changePassword'
:
'修改密碼'
,
'menu.accountReset'
:
'账号管理'
,
'menu.User Management'
:
'用户管理'
,
'menu.LIFE User Management'
:
'LIFE用户管理'
,
'menu.Service Provider Management'
:
'服务商管理'
,
'menu.
User Management.
LIFE User Management'
:
'LIFE用户管理'
,
'menu.
User Management.
Service Provider Management'
:
'服务商管理'
,
'menu.Commercial Service'
:
'物业服务'
,
"menu.Order Management"
:
"订单管理"
,
"menu.Contract Management"
:
"合同管理"
,
...
...
@@ -72,4 +72,11 @@ export default {
"menu.Commercial Service.Report Online"
:
"在线报事"
,
"menu.Commercial Service.Shelf life Service"
:
"保质期服务"
,
"menu.Community Management.Cell List"
:
"小区列表"
,
"menu.Community Management.Community Announcement"
:
"小区公告"
,
"menu.Community Management.Facility Bookings"
:
"预定设施"
,
"menu.Community Management.Visitor Record"
:
"访客记录"
,
};
src/pages/housingList/style.less
View file @
9ba8c8c0
@import '
~
antd/lib/style/themes/default.less';
@import '
../../../node_modules/
antd/lib/style/themes/default.less';
.pre {
margin: 12px 0;
...
...
src/pages/tosBusiness/ServiceAvaliable.tsx
View file @
9ba8c8c0
...
...
@@ -307,6 +307,7 @@ class ServiceAvaliable extends React.Component {
}
}
// @ts-ignore
const
WarnEdit1
=
Form
.
create
()(
ServiceAvaliable
);
export
default
connect
(({
user
}:
ConnectState
)
=>
({
currentUser
:
user
.
currentUser
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment