Commit be2b06f4 authored by TZW's avatar TZW

11301410

parent d558c083
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: Li Hanlin * @Author: Li Hanlin
* @Date: 2022-11-10 09:39:56 * @Date: 2022-11-10 09:39:56
* @Last Modified by: Li Hanlin * @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'; import * as React from 'react';
...@@ -634,7 +634,7 @@ function Model(props) { ...@@ -634,7 +634,7 @@ function Model(props) {
overlay={menu} overlay={menu}
trigger={['click']} trigger={['click']}
arrow={true} arrow={true}
getPopupContainer={() => document.getElementsByClassName('ant-table-content')[0]} getPopupContainer={() => document.getElementsByClassName('ant-table-container')[0]}
> >
<Button size="small">更多</Button> <Button size="small">更多</Button>
</Dropdown> </Dropdown>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: Li Hanlin * @Author: Li Hanlin
* @Date: 2022-11-09 14:44:44 * @Date: 2022-11-09 14:44:44
* @Last Modified by: Li Hanlin * @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'; import * as React from 'react';
...@@ -182,7 +182,7 @@ function User(props) { ...@@ -182,7 +182,7 @@ function User(props) {
]; ];
res?.data?.dataList?.forEach((el) => { res?.data?.dataList?.forEach((el) => {
column.push({ column.push({
...selectValueType(el.fieldChar, el.valueType), ...selectValueType(el.fieldChar, el.valueList),
title: el.fieldName, title: el.fieldName,
dataIndex: el.fieldName, dataIndex: el.fieldName,
key: el.id, key: el.id,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: Li Hanlin * @Author: Li Hanlin
* @Date: 2022-11-24 11:16:02 * @Date: 2022-11-24 11:16:02
* @Last Modified by: Li Hanlin * @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 * as React from 'react';
import { useState, useMemo, useRef } from 'react'; import { useState, useMemo, useRef } from 'react';
...@@ -200,7 +200,6 @@ function Type(props) { ...@@ -200,7 +200,6 @@ function Type(props) {
columns={columns} columns={columns}
path={urlParams.list} path={urlParams.list}
actionRef={actionRef} actionRef={actionRef}
pageextra={'add'}
resizeable={false} resizeable={false}
addconfig={{ addconfig={{
// access: 'sysDepartment_save', // 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