修改已知问题

This commit is contained in:
qq787203167
2022-07-12 17:19:55 +08:00
parent 5ef30c2eb2
commit a039627f75
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
<template>
<a-drawer
title="添加"
:title="$t('add')"
:maskClosable="false"
:width="1000"
placement="right"
@@ -36,7 +36,7 @@
:scroll="{x: 1000}"
:data-source="dataList"
:pagination="false"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange,columnTitle:' ' }"
:loading="loading">
</a-table>