|
|
@@ -11,6 +11,8 @@ import { baseFormData } from '@/pages/Zother/data'
|
|
|
import { goodsSonTableC } from '@/utils/tableData'
|
|
|
import { Button, Dropdown, Modal, Radio, Checkbox } from 'antd'
|
|
|
import { exportExcelFile } from '@/utils/xlsxExport'
|
|
|
+import { CaretDownOutlined } from '@ant-design/icons'
|
|
|
+
|
|
|
const C1topSearch = [
|
|
|
{
|
|
|
type: 'input',
|
|
|
@@ -272,13 +274,22 @@ function C1ledger() {
|
|
|
return (
|
|
|
<>
|
|
|
<Dropdown menu={{ items: rightBtnOptions['dangan'] }} trigger={['click']}>
|
|
|
- <Button type='primary'>档案管理</Button>
|
|
|
+ <Button type='primary'>
|
|
|
+ 档案管理
|
|
|
+ <CaretDownOutlined />
|
|
|
+ </Button>
|
|
|
</Dropdown>
|
|
|
<Dropdown menu={{ items: rightBtnOptions['kufang'] }} trigger={['click']}>
|
|
|
- <Button type='primary'>库房管理</Button>
|
|
|
+ <Button type='primary'>
|
|
|
+ 库房管理
|
|
|
+ <CaretDownOutlined />
|
|
|
+ </Button>
|
|
|
</Dropdown>
|
|
|
<Dropdown menu={{ items: rightBtnOptions['weihu'] }} trigger={['click']}>
|
|
|
- <Button type='primary'>藏品维护</Button>
|
|
|
+ <Button type='primary'>
|
|
|
+ 藏品维护
|
|
|
+ <CaretDownOutlined />
|
|
|
+ </Button>
|
|
|
</Dropdown>
|
|
|
<Button type='primary' onClick={() => console.log(123)}>
|
|
|
数据导入
|
|
|
@@ -324,7 +335,7 @@ function C1ledger() {
|
|
|
pageKey='ledger'
|
|
|
tableInfo={tableInfo}
|
|
|
columnsTemp={columnsTempAdd}
|
|
|
- rightBtnWidth={350}
|
|
|
+ rightBtnWidth={360}
|
|
|
leftRowWidth={'20%'}
|
|
|
yHeight={592}
|
|
|
searchDom={C1topSearch}
|