当前进度样式更改
This commit is contained in:
parent
d8995aa59c
commit
048d06a312
@ -9,7 +9,7 @@ import {
|
||||
// GetProp,
|
||||
UploadProps,
|
||||
} from "antd";
|
||||
import { UploadOutlined } from '@ant-design/icons';
|
||||
import { UploadOutlined,SettingFilled } from '@ant-design/icons';
|
||||
import TextArea from "antd/es/input/TextArea";
|
||||
import StepProjEdit from "../../components/step/StepProjEdit.tsx";
|
||||
import CardProjEdit from "../../components/card/CardProjEdit.tsx";
|
||||
@ -351,7 +351,7 @@ export default function ProjEditAll() {
|
||||
onSuccess({ data }) {
|
||||
console.log('嘻嘻', data);
|
||||
setcertificate(data.certificates)
|
||||
setprogress(data.progress == 'PRODUCTION' ? '制作中' : data.progress == 'SUBMIT_FOR_REVIEW' ? '提交审核' : data.progress == 'DONE' ? '已完成' : '')
|
||||
setprogress(data.progress == 'PRODUCTION' ? '制作中' : data.progress == 'SUBMIT_FOR_REVIEW' ? '提交审核' : data.progress == 'DONE' ? '已完成' : '等待制作中')
|
||||
console.log('状态判断', data.pay.chargeAdditionals);
|
||||
// setShowZpi(true)
|
||||
// const isShow = data.pay.chargeAdditionals.includes('PKG')
|
||||
@ -1115,8 +1115,9 @@ export default function ProjEditAll() {
|
||||
<div style={{
|
||||
width: 700,
|
||||
// marginTop: 20
|
||||
fontSize:16
|
||||
}}>
|
||||
当前进度:{progress}
|
||||
<SettingFilled spin style={{marginRight:10}} />当前进度:{progress}
|
||||
</div>
|
||||
</Modal>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user