style:响应结果
Showing
1 changed file
with
3 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-03-17 10:25:19 | 4 | * @LastEditTime: 2023-05-26 10:04:03 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class='result'> | 7 | <div class='result'> |
8 | <div class="result-con" style="margin-bottom: 15px;"> | 8 | <div class="result-con" style="margin-bottom: 15px;"> |
9 | <p>响应xml</p> | 9 | <p>响应xml</p> |
10 | <el-input type="textarea" disabled :rows="6" class="resulttext" placeholder="响应xml" v-model="REPMSGXML"> | 10 | <el-input type="textarea" disabled :rows="6" class="resulttext" v-model="REPMSGXML"> |
11 | </el-input> | 11 | </el-input> |
12 | </div> | 12 | </div> |
13 | <div class="result-con" style="margin-top: 15px;"> | 13 | <div class="result-con" style="margin-top: 15px;"> |
14 | <p>错误信息</p> | 14 | <p>错误信息</p> |
15 | <el-input type="textarea" disabled :rows="6" class="resulttext" placeholder="错误信息" v-model="ERRORINFO"> | 15 | <el-input type="textarea" disabled :rows="6" class="resulttext" v-model="ERRORINFO"> |
16 | </el-input> | 16 | </el-input> |
17 | </div> | 17 | </div> |
18 | </div> | 18 | </div> | ... | ... |
-
Please register or sign in to post a comment