Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-platform-ui
Commits
7b8afed6
Commit
7b8afed6
authored
May 27, 2021
by
王晓铜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5830081b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
EditScene.vue
src/views/auto/EditScene.vue
+2
-2
No files found.
src/views/auto/EditScene.vue
View file @
7b8afed6
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment