Commit 7b8afed6 authored by 王晓铜's avatar 王晓铜

修改

parent 5830081b
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</el-dialog> </el-dialog>
<!-- 编辑场景用例 --> <!-- 编辑场景用例 -->
<el-dialog title="编辑场景用例" :visible.sync="editDialogVisible" width="60%"> <el-dialog title="编辑场景用例" :visible.sync="editDialogVisible" width="60%">
<el-card> <!-- <el-card> -->
<el-form> <el-form>
<!-- <el-form-item label="用例名称:" style="width:310px;"> <!-- <el-form-item label="用例名称:" style="width:310px;">
<el-input v-model="caseForm.name" :disabled="true"></el-input> <el-input v-model="caseForm.name" :disabled="true"></el-input>
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
<el-button type="primary" @click="addCaseFrom">确 定</el-button> <el-button type="primary" @click="addCaseFrom">确 定</el-button>
</div> </div>
</el-form> </el-form>
</el-card> <!-- </el-card> -->
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
......
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