Commit aff84e05 authored by LiXuyang's avatar LiXuyang

登记公示

parent 975a9861
...@@ -86,12 +86,12 @@ ...@@ -86,12 +86,12 @@
</Col> </Col>
<Col :span="12"> <Col :span="12">
<el-form-item label="存证公证编号"> <el-form-item label="存证公证编号">
<el-input class="input1" v-model="form.applyScene" /> <el-input class="input1" v-model="form.publicCode" />
</el-form-item> </el-form-item>
</Col> </Col>
<Col :span="12"> <Col :span="12">
<el-form-item label="存证公证平台"> <el-form-item label="存证公证平台">
<el-input class="input1" v-model="form.ruleExplain" /> <el-input class="input1" v-model="form.publicSituation" />
</el-form-item> </el-form-item>
</Col> </Col>
</Row> </Row>
......
...@@ -128,12 +128,21 @@ ...@@ -128,12 +128,21 @@
label: '应用场景', label: '应用场景',
field: 'applyScene', field: 'applyScene',
}, },
{ {
span: 12, span: 12,
label: '算法规则简要说明', label: '算法规则简要说明',
field: 'ruleExplain', field: 'ruleExplain',
}, },
{
span: 12,
label: '存证公证编号',
field: 'publicCode',
},
{
span: 12,
label: '存证公证平台',
field: 'publicSituation',
},
], ],
applyInfoData: { applyInfoData: {
enrollCode: 'DIP2024000084573', enrollCode: 'DIP2024000084573',
...@@ -159,6 +168,7 @@ ...@@ -159,6 +168,7 @@
'三项权重为设定的固定值,计算结果保留小数点后两位。', '三项权重为设定的固定值,计算结果保留小数点后两位。',
publicCode: 'NO.9294483', publicCode: 'NO.9294483',
publicSituation: '已于「知识产权区块链公共存证平台」存证', publicSituation: '已于「知识产权区块链公共存证平台」存证',
}, },
}; };
}, },
......
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