|
|
|
@ -558,15 +558,15 @@ |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="18"> |
|
|
|
|
<el-input v-model="editdeveloperinfo.p8key" |
|
|
|
|
placeholder="请填写或者上传p8key" :rows="6" type="textarea"/> |
|
|
|
|
:rows="6" placeholder="请填写或者上传p8key" type="textarea"/> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="6"> |
|
|
|
|
<el-upload |
|
|
|
|
style="margin-top: 50px" |
|
|
|
|
:before-upload="beforep8keyUpload" |
|
|
|
|
:limit="1" |
|
|
|
|
accept=".p8" |
|
|
|
|
action="#" |
|
|
|
|
style="margin-top: 50px" |
|
|
|
|
> |
|
|
|
|
<el-button size="small" type="primary">点击上传p8证书文件</el-button> |
|
|
|
|
</el-upload> |
|
|
|
|