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
cfe2f208
Commit
cfe2f208
authored
Dec 27, 2021
by
王晓铜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加文本框禁止输入
parent
b8426a4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
DetailTestDescription.vue
src/views/qa/DetailTestDescription.vue
+3
-3
No files found.
src/views/qa/DetailTestDescription.vue
View file @
cfe2f208
...
@@ -11,10 +11,10 @@
...
@@ -11,10 +11,10 @@
<div
v-show=
'isShowDetail'
class=
"divStyle"
>
<div
v-show=
'isShowDetail'
class=
"divStyle"
>
<el-form
label-width=
"90px"
>
<el-form
label-width=
"90px"
>
<el-form-item
label=
"Jira项目:"
style=
"width:300px"
>
<el-form-item
label=
"Jira项目:"
style=
"width:300px"
>
<el-input
v-model=
"jiraProjectName"
></el-input>
<el-input
v-model=
"jiraProjectName"
:disabled=
"true"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"项目名称:"
style=
"width:300px"
>
<el-form-item
label=
"项目名称:"
style=
"width:300px"
>
<el-input
v-model=
"projectName"
></el-input>
<el-input
v-model=
"projectName"
:disabled=
"true"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"服务及分支:"
>
<el-form-item
label=
"服务及分支:"
>
<el-table
:data=
"serviceAndBranch"
border
style=
"width:95%"
>
<el-table
:data=
"serviceAndBranch"
border
style=
"width:95%"
>
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<a
:href=
"api"
>
{{api}}
</a>
<a
:href=
"api"
>
{{api}}
</a>
</el-form-item>
</el-form-item>
<el-form-item
label=
"其它:"
>
<el-form-item
label=
"其它:"
>
<el-input
type=
"textarea"
v-model=
"scope"
style=
"width:95%"
:rows=
"8"
></el-input>
<el-input
type=
"textarea"
v-model=
"scope"
style=
"width:95%"
:rows=
"8"
:disabled=
"true"
></el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
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