暂存
This commit is contained in:
parent
632479fbd3
commit
bdb8b5214a
@ -3832,7 +3832,7 @@ export default function Index() {
|
|||||||
<Select
|
<Select
|
||||||
value={trademarkStatus}
|
value={trademarkStatus}
|
||||||
allowClear
|
allowClear
|
||||||
style={{ height: '31px', width: '150px', marginLeft: 5 }}
|
style={{ height: '31px', width: '160px', marginLeft: 5 }}
|
||||||
onChange={(value: string) => {
|
onChange={(value: string) => {
|
||||||
setTrademarkStatus(value)
|
setTrademarkStatus(value)
|
||||||
|
|
||||||
@ -3842,7 +3842,7 @@ export default function Index() {
|
|||||||
{ value: '-1', label: '未通过' },
|
{ value: '-1', label: '未通过' },
|
||||||
{ value: '0', label: '待付款' },
|
{ value: '0', label: '待付款' },
|
||||||
{ value: '1', label: '已付款' },
|
{ value: '1', label: '已付款' },
|
||||||
{ value: '2', label: '审核中' },
|
{ value: '2', label: '审核中/已线下沟通' },
|
||||||
{ value: '3', label: '提交至商标局' },
|
{ value: '3', label: '提交至商标局' },
|
||||||
{ value: '4', label: '不予受理' },
|
{ value: '4', label: '不予受理' },
|
||||||
{ value: '5', label: '已受理' },
|
{ value: '5', label: '已受理' },
|
||||||
|
Loading…
Reference in New Issue
Block a user