umi-tablayout

This commit is contained in:
lix
2025-07-07 16:40:14 +08:00
parent 736f004b6b
commit 1e940183cd
186 changed files with 525 additions and 294 deletions

View File

@ -2,7 +2,7 @@ import { Button, Form, Input, Modal } from "antd"
import React, { useEffect, useState } from "react"
import { describeSiteMsgDetail, getProjectById, selectMsgRead } from '../service'
import '@/assets/ld_style.less'
import { history } from 'umi';
import { history } from '@umijs/max';
import { followUpAProjectManager, getDefId } from '@/utils/session';
const { TextArea } = Input;

View File

@ -2,7 +2,7 @@ import { followUpAProjectManager, followUpAProjectSupplier, getDefId, getSession
import { Button, Form, Input, Modal } from "antd"
import React, { useEffect, useState } from "react"
import { describeSiteMsgDetail, selectMsgRead, getProjectById } from '../service'
import { history } from 'umi';
import { history } from '@umijs/max';
const { TextArea } = Input;

View File

@ -3,7 +3,7 @@ import { Color } from "chalk";
import React, { useEffect, useState } from "react"
import { describeSiteMsgDetail, getProjectById, selectMsgRead } from '../service'
import '@/assets/ld_style.less'
import { history } from 'umi';
import { history } from '@umijs/max';
import { followUpAProjectSupplier } from '@/utils/session';
const { TextArea } = Input;