Merge branch 'dev' into devbra

This commit is contained in:
xixi 2024-08-30 16:46:22 +08:00
commit f023afcc47
4 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import React from 'react'
// import React from 'react'
import { useEffect, useState } from 'react'
// import './RefunModal.css'
import { Form, Select, Button, Upload, message, Input } from 'antd';

View File

@ -12,7 +12,7 @@ import {
WarningOutlined,
} from '@ant-design/icons';
import { Button, Tag, Modal, Carousel } from 'antd';
import { GenerateStatus, ProjChargeType } from "../../interfaces/proj/IProj.ts";
import { GenerateStatus } from "../../interfaces/proj/IProj.ts";
import { useNavigate } from "react-router-dom";
import { Axios, post, downloadUrl } from "../../util/AjaxUtils.ts";
import { useEffect, useState } from "react";

View File

@ -353,8 +353,11 @@ export default function MyOrder() {
defaultExpandAllRows: true,
// columnTitle:'订单详情'
expandedRowKeys: expandedRowKeys,
expandIcon: () => null, // 隐藏展开图标
}}
bordered
style={{border:'1px solid #efefef'}}
// bordered
scroll={{ y: 500 }} key="orderId" rowKey="orderId" />
</Spin>
{/* <Modal

View File

@ -1,4 +1,3 @@
import React from 'react'
import { useState, useEffect, } from 'react';
import {
Table,