Commit be2b06f4 authored by TZW's avatar TZW

11301410

parent d558c083
......@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Date: 2022-11-10 09:39:56
* @Last Modified by: Li Hanlin
* @Last Modified time: 2022-11-23 16:29:59
* @Last Modified time: 2022-11-30 13:56:43
*/
import * as React from 'react';
......@@ -634,7 +634,7 @@ function Model(props) {
overlay={menu}
trigger={['click']}
arrow={true}
getPopupContainer={() => document.getElementsByClassName('ant-table-content')[0]}
getPopupContainer={() => document.getElementsByClassName('ant-table-container')[0]}
>
<Button size="small">更多</Button>
</Dropdown>
......
......@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Date: 2022-11-09 14:44:44
* @Last Modified by: Li Hanlin
* @Last Modified time: 2022-11-30 12:17:26
* @Last Modified time: 2022-11-30 14:10:10
*/
import * as React from 'react';
......@@ -182,7 +182,7 @@ function User(props) {
];
res?.data?.dataList?.forEach((el) => {
column.push({
...selectValueType(el.fieldChar, el.valueType),
...selectValueType(el.fieldChar, el.valueList),
title: el.fieldName,
dataIndex: el.fieldName,
key: el.id,
......
......@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Date: 2022-11-24 11:16:02
* @Last Modified by: Li Hanlin
* @Last Modified time: 2022-11-28 17:34:52
* @Last Modified time: 2022-11-30 14:02:16
*/
import * as React from 'react';
import { useState, useMemo, useRef } from 'react';
......@@ -200,7 +200,6 @@ function Type(props) {
columns={columns}
path={urlParams.list}
actionRef={actionRef}
pageextra={'add'}
resizeable={false}
addconfig={{
// access: 'sysDepartment_save',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment