Browse Source

状态码问题修改

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

Loading…
Cancel
Save