Commit dca693df authored by 王晓铜's avatar 王晓铜

全部展开样式调整

parent 7db198ea
...@@ -156,13 +156,13 @@ ...@@ -156,13 +156,13 @@
<!-- 断言 --> <!-- 断言 -->
<el-collapse-item name="5" title="结果断言"> <el-collapse-item name="5" title="结果断言">
<el-table :data="assertionList" border style="width:100%;margin-top: 15px;"> <el-table :data="assertionList" border style="width:100%;margin-top: 15px;">
<el-table-column label="表达式" width="350"> <el-table-column label="Json表达式" width="350">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.check"> <el-input v-model="scope.row.check">
</el-input> </el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="断言" width="250"> <el-table-column label="比较符" width="250">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select v-model="scope.row.comparator" placeholder="请选择"> <el-select v-model="scope.row.comparator" placeholder="请选择">
<el-option v-for="item in selectAssertionList" :key="item.id" :label="item.name" :value="item.id"></el-option> <el-option v-for="item in selectAssertionList" :key="item.id" :label="item.name" :value="item.id"></el-option>
...@@ -267,7 +267,7 @@ export default { ...@@ -267,7 +267,7 @@ export default {
] ]
}, },
isShow: false, isShow: false,
activeNames: '1', activeNames: ['1', '2', '3', '4', '5'],
interfaceForm: { interfaceForm: {
interfaceId: '' interfaceId: ''
}, },
......
...@@ -180,7 +180,7 @@ export default { ...@@ -180,7 +180,7 @@ export default {
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10
}, },
activeNames: '1', activeNames: ['1', '2', '3', '4'],
interfaceForm: { interfaceForm: {
id: '', id: '',
name: '', name: '',
......
...@@ -209,13 +209,13 @@ ...@@ -209,13 +209,13 @@
<!-- 断言 --> <!-- 断言 -->
<el-collapse-item name="5" title="结果断言"> <el-collapse-item name="5" title="结果断言">
<el-table :data="assertionList" border style="width:100%;margin-top: 15px;"> <el-table :data="assertionList" border style="width:100%;margin-top: 15px;">
<el-table-column label="表达式" width="350"> <el-table-column label="Json表达式" width="350">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.check"> <el-input v-model="scope.row.check">
</el-input> </el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="断言" width="250"> <el-table-column label="比较符" width="250">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select v-model="scope.row.comparator" placeholder="请选择"> <el-select v-model="scope.row.comparator" placeholder="请选择">
<el-option v-for="item in selectAssertionList" :key="item.id" :label="item.name" :value="item.id"></el-option> <el-option v-for="item in selectAssertionList" :key="item.id" :label="item.name" :value="item.id"></el-option>
...@@ -370,7 +370,7 @@ export default { ...@@ -370,7 +370,7 @@ export default {
interfaceId: '' interfaceId: ''
}, },
editDialogVisible: false, editDialogVisible: false,
activeNames: '1', activeNames: ['1', '2', '3', '4', '5'],
headersList: [], headersList: [],
requestParamsList: [], requestParamsList: [],
paramsList: [], paramsList: [],
......
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