Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankView
Project
Project
Details
Activity
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
bank
AmosBankView
Commits
b230dc91
Commit
b230dc91
authored
Jul 15, 2020
by
zhengjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加值班
parent
11d9caac
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
10 deletions
+19
-10
amos.config.js
amos.config.js
+5
-0
package.json
package.json
+1
-1
RiskContentTable.js
src/view/3dview/points/dialogModel/RiskContentTable.js
+4
-4
index.js
src/view/bizview/dutyInfo/index.js
+9
-5
No files found.
amos.config.js
View file @
b230dc91
...
...
@@ -124,4 +124,9 @@
window
.
demo
=
true
;
window
.
BizPermissionType
=
25
;
//业务屏菜单权限类型 可删除
window
.
V3DpermissionType
=
26
;
//3D屏菜单权限类型 可删除
window
.
appKey
=
'AMOS_BANK'
;
window
.
product
=
'AMOS_BANK_WEB'
;
window
.
dutyType
=
'bank'
;
//normal/bank
})();
package.json
View file @
b230dc91
...
...
@@ -32,7 +32,7 @@
"dependencies"
:
{
"
amos-3d
"
:
"^2.1.5"
,
"
amos-amap
"
:
"^1.0.8"
,
"
amos-antd
"
:
"^2.
0.22
"
,
"
amos-antd
"
:
"^2.
1.4
"
,
"
amos-core
"
:
"^2.0.27"
,
"
amos-devgrid
"
:
"^1.0.10"
,
"
amos-dll
"
:
"^2.0.1"
,
...
...
src/view/3dview/points/dialogModel/RiskContentTable.js
View file @
b230dc91
...
...
@@ -76,19 +76,19 @@ class RiskContentTable extends Component {
onCheckStatusClick
=
(
record
)
=>
{
this
.
props
.
onCheckStatusClick
(
record
);
}
render
()
{
const
{
dataList
,
fetchData
}
=
this
.
props
;
return
(
<
div
>
<
AmosGridTable
columns
=
{
checkListColumns
(
this
)}
getTableDataAction
=
{()
=>
{}}
callBack
=
{
this
.
reload
}
getTableDataAction
=
{()
=>
{}}
callBack
=
{
this
.
reload
}
isPageable
=
{
false
}
isChecked
=
{
false
}
dataList
=
{
dataList
}
/>
/
>
<
/div
>
);
}
...
...
src/view/bizview/dutyInfo/index.js
View file @
b230dc91
import
React
,
{
Component
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
DutyModellibView
from
'amos-duty-model/lib/view/duty/index'
;
import
'amos-duty-model/lib/styles'
;
class
DutyInfoView
extends
Component
{
render
()
{
constructor
(
props
){
super
(
props
);
}
render
()
{
return
(
<
div
className
=
'parent-check-detail'
style
=
{{
background
:
'#33333'
,
height
:
'100%'
}}
>
暂未开发
<
div
>
<
DutyModellibView
{...
this
.
props
}
/
>
<
/div
>
);
}
...
...
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