Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -557,7 +557,7 @@ | ... | @@ -557,7 +557,7 @@ |
| 557 | </el-col> | 557 | </el-col> |
| 558 | 558 | ||
| 559 | <!-- 加签方式 --> | 559 | <!-- 加签方式 --> |
| 560 | - <el-col :span="8" v-if="0"> | 560 | + <!-- <el-col :span="8" > |
| 561 | <Formitem label="加密方式" prop="guangzhouSignature" type="edit"> | 561 | <Formitem label="加密方式" prop="guangzhouSignature" type="edit"> |
| 562 | <el-select | 562 | <el-select |
| 563 | type="text" | 563 | type="text" |
| ... | @@ -576,7 +576,7 @@ | ... | @@ -576,7 +576,7 @@ |
| 576 | ></el-option> | 576 | ></el-option> |
| 577 | </el-select> | 577 | </el-select> |
| 578 | </Formitem> | 578 | </Formitem> |
| 579 | - </el-col> | 579 | + </el-col> --> |
| 580 | <el-col :span="16" style="padding-right: 5px" :key="refreshKey"> | 580 | <el-col :span="16" style="padding-right: 5px" :key="refreshKey"> |
| 581 | <div class="uploadItem"> | 581 | <div class="uploadItem"> |
| 582 | <div class="uploadbox"> | 582 | <div class="uploadbox"> |
| ... | @@ -902,7 +902,7 @@ export default { | ... | @@ -902,7 +902,7 @@ export default { |
| 902 | publicKeyBase64: "", //公钥base64 | 902 | publicKeyBase64: "", //公钥base64 |
| 903 | publicKeyName: "", //公钥名称 | 903 | publicKeyName: "", //公钥名称 |
| 904 | dxpId: "", // dxpId | 904 | dxpId: "", // dxpId |
| 905 | - methodOfSignature: "", // 加签方式 | 905 | + methodOfSignature: "RSA", // 加签方式 |
| 906 | }, | 906 | }, |
| 907 | }, | 907 | }, |
| 908 | refreshKey: Date.now(), | 908 | refreshKey: Date.now(), | ... | ... |
-
Please register or login to post a comment