修改禅道已知bug
This commit is contained in:
@@ -495,7 +495,7 @@ module.exports = {
|
||||
toBeConfirmed: '待确认',
|
||||
Operator: '操作人',
|
||||
role: '角色',
|
||||
operationContent: '操作内容',
|
||||
OperationContent: '操作内容',
|
||||
operationTime: '操作时间',
|
||||
toDoProcess: '待办流程',
|
||||
processDone: '已办流程',
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
size="middle"
|
||||
:loading="loading"
|
||||
:pagination="false"
|
||||
:scroll="{x: '100%'}"
|
||||
:scroll="{x: '100%',y:'calc(100vh - 160px)'}"
|
||||
rowKey="id"
|
||||
:data-source="dataSource"
|
||||
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
|
||||
|
||||
Reference in New Issue
Block a user