Update result.vue
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | <el-input type="textarea" :rows="6" class="resulttext" placeholder="响应xml" v-model="REPMSGXML"> | 13 | <el-input type="textarea" :rows="6" class="resulttext" placeholder="响应xml" v-model="REPMSGXML"> |
14 | </el-input> | 14 | </el-input> |
15 | <p>错误信息</p> | 15 | <p>错误信息</p> |
16 | <el-input type="textarea" :rows="6" class="resulttext" placeholder="错误信息" v-model="ERRORINFO"> | 16 | <el-input type="textarea" :rows="6" class="resulttext" placeholder="无" v-model="ERRORINFO"> |
17 | </el-input> | 17 | </el-input> |
18 | </div> | 18 | </div> |
19 | </template> | 19 | </template> | ... | ... |
-
Please register or sign in to post a comment