修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-15 17:25:33 +08:00
parent fabc0f9914
commit ccadf18b0d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }"