Browse Source

状态码问题修改

release_1.1.1
deartibers 3 years ago
parent
commit
bac88851a7
  1. 8
      code/VideoAccess-VCMP/web/client/src/sections/offline/containers/statuscode.jsx

8
code/VideoAccess-VCMP/web/client/src/sections/offline/containers/statuscode.jsx

@ -92,7 +92,7 @@ const Statuscode = (props) => {
}, },
}, },
{ {
title: "释义", title: "官方释义",
dataIndex: "paraphrase", dataIndex: "paraphrase",
render: (_, r, index) => { render: (_, r, index) => {
return r.paraphrase return r.paraphrase
@ -133,7 +133,7 @@ const Statuscode = (props) => {
</Button> </Button>
) : ( ) : (
<Popconfirm <Popconfirm
title="禁用后下级业务系统将无法获取该视频流的所有信息。" title="禁用后,您的自定义释义将会失效。"
arrowPointAtCenter={false} arrowPointAtCenter={false}
showArrow={true} showArrow={true}
position="topRight" position="topRight"
@ -322,7 +322,7 @@ const Statuscode = (props) => {
label="释义搜索:" label="释义搜索:"
field="keyword" field="keyword"
maxLength="36" maxLength="36"
placeholder="请输入错误描述、释义或自定义释义" placeholder="请输入错误描述、释义"
labelPosition="left" labelPosition="left"
style={screen} style={screen}
/> />
@ -339,7 +339,7 @@ const Statuscode = (props) => {
<Form.Select.Option value="true">禁用</Form.Select.Option> <Form.Select.Option value="true">禁用</Form.Select.Option>
</Form.Select> </Form.Select>
<Form.Select <Form.Select
label="状态查询:" label="自定义释义:"
labelPosition="left" labelPosition="left"
field="paraphraseCustom" field="paraphraseCustom"
style={screen} style={screen}

Loading…
Cancel
Save