Commit af236902 authored by 彭俊龙's avatar 彭俊龙

feat:xform更新

parent 3010d6af
Pipeline #96585 failed with stages
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
"jszip": "^3.10.1", "jszip": "^3.10.1",
"lodash": "4.17.11", "lodash": "4.17.11",
"minimist": "1.2.0", "minimist": "1.2.0",
"panda-xform": "6.11.09", "panda-xform": "6.11.13",
"parseForm": "^2.3.8", "parseForm": "^2.3.8",
"prop-types": "15.7.2", "prop-types": "15.7.2",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
......
...@@ -366,8 +366,8 @@ const AutoCase = props => { ...@@ -366,8 +366,8 @@ const AutoCase = props => {
<div className={style.content}> <div className={style.content}>
<div className={style.header}> <div className={style.header}>
<Space size={'middle'}> <Space size={'middle'}>
<span>创建时间:</span> {/* <span>创建时间:</span>
<RangePicker showTime locale={locale} onChange={e => handleChange(e, 'date')} /> <RangePicker showTime locale={locale} onChange={e => handleChange(e, 'date')} /> */}
<span>方案状态:</span> <span>方案状态:</span>
<Radio.Group value={status} onChange={e => handleChange(e, 'status')}> <Radio.Group value={status} onChange={e => handleChange(e, 'status')}>
<Radio.Button value={-1}>全部</Radio.Button> <Radio.Button value={-1}>全部</Radio.Button>
......
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