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