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
ef947120
Commit
ef947120
authored
Jan 07, 2022
by
王晓铜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
432b5b0e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
webpack.dev.conf.js
build/webpack.dev.conf.js
+1
-1
webpack.prod.conf.js
build/webpack.prod.conf.js
+1
-1
title.png
src/assets/image/title.png
+0
-0
title1.png
src/assets/image/title1.png
+0
-0
AddSqlMonitor.vue
src/views/monitor/AddSqlMonitor.vue
+2
-2
DetailTestDescription.vue
src/views/qa/DetailTestDescription.vue
+5
-5
TestDescription.vue
src/views/qa/TestDescription.vue
+1
-1
No files found.
build/webpack.dev.conf.js
View file @
ef947120
...
@@ -55,7 +55,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
...
@@ -55,7 +55,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
new
HtmlWebpackPlugin
({
new
HtmlWebpackPlugin
({
filename
:
'
index.html
'
,
filename
:
'
index.html
'
,
template
:
'
index.html
'
,
template
:
'
index.html
'
,
favicon
:
'
src/assets/image/
QG
.png
'
,
favicon
:
'
src/assets/image/
title1
.png
'
,
inject
:
true
inject
:
true
}),
}),
// copy custom static assets
// copy custom static assets
...
...
build/webpack.prod.conf.js
View file @
ef947120
...
@@ -67,7 +67,7 @@ const webpackConfig = merge(baseWebpackConfig, {
...
@@ -67,7 +67,7 @@ const webpackConfig = merge(baseWebpackConfig, {
?
'
index.html
'
?
'
index.html
'
:
config
.
build
.
index
,
:
config
.
build
.
index
,
template
:
'
index.html
'
,
template
:
'
index.html
'
,
favicon
:
'
src/assets/image/
QG
.png
'
,
favicon
:
'
src/assets/image/
title1
.png
'
,
inject
:
true
,
inject
:
true
,
minify
:
{
minify
:
{
removeComments
:
true
,
removeComments
:
true
,
...
...
src/assets/image/title.png
0 → 100644
View file @
ef947120
116 KB
src/assets/image/title1.png
0 → 100644
View file @
ef947120
262 KB
src/views/monitor/AddSqlMonitor.vue
View file @
ef947120
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"消息内容:"
style=
"width:800px"
prop=
"dingText"
>
<el-form-item
label=
"消息内容:"
style=
"width:800px"
prop=
"dingText"
>
<el-input
v-model=
"sqlMonitorForm.dingText"
placeholder=
"可以使用表达式
{0},{1}...表示取结果集的第N列值,使用{count}表示取数据总条数"
<el-input
v-model=
"sqlMonitorForm.dingText"
placeholder=
"可以使用表达式
{0},{1}...表示取结果集的第
一行第
N列值,使用{count}表示取数据总条数"
type="textarea" :rows="3">
type="textarea" :rows="3">
</el-input>
</el-input>
</el-form-item>
</el-form-item>
...
@@ -229,7 +229,7 @@ export default {
...
@@ -229,7 +229,7 @@ export default {
created
()
{
created
()
{
this
.
getSqlMonitorDataSource
()
this
.
getSqlMonitorDataSource
()
this
.
$bus
.
$on
(
'
data
'
,
(
row
)
=>
{
this
.
$bus
.
$on
(
'
data
'
,
(
row
)
=>
{
console
.
log
(
'
rrr
'
,
row
)
//
console.log('rrr', row)
if
(
row
!==
null
)
{
if
(
row
!==
null
)
{
if
(
row
===
'
add
'
)
{
if
(
row
===
'
add
'
)
{
this
.
isShow
=
false
this
.
isShow
=
false
...
...
src/views/qa/DetailTestDescription.vue
View file @
ef947120
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,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"
:disabled=
"true"
></el-input>
<el-input
type=
"textarea"
v-model=
"scope"
style=
"width:95%"
autosize
:disabled=
"true"
></el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
<!-- apollo变更 -->
<!-- apollo变更 -->
<el-form-item
label=
"apollo变更:"
>
<el-form-item
label=
"apollo变更:"
>
<el-table
:data=
"apolloList"
border
class=
"table-style"
style=
"width:95%"
>
<el-table
:data=
"apolloList"
border
class=
"table-style"
style=
"width:95%"
>
<el-table-column
label=
"项目名称"
width=
"2
3
0"
>
<el-table-column
label=
"项目名称"
width=
"2
0
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-select
v-model=
"scope.row.projectName"
placeholder=
"请选择项目"
filterable
clearable
>
<el-select
v-model=
"scope.row.projectName"
placeholder=
"请选择项目"
filterable
clearable
>
<el-option
v-for=
"item in projectNameList"
:key=
"item.projectName"
:label=
"item.projectName"
<el-option
v-for=
"item in projectNameList"
:key=
"item.projectName"
:label=
"item.projectName"
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
</el-select>
</el-select>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"apollo Key"
width=
"2
2
0"
>
<el-table-column
label=
"apollo Key"
width=
"2
6
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model.trim=
"scope.row.key"
>
<el-input
v-model.trim=
"scope.row.key"
>
</el-input>
</el-input>
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"sql"
clearable
>
<el-table-column
label=
"sql"
clearable
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model.trim=
"scope.row.sql"
type=
"textarea"
:rows=
"1"
>
<el-input
v-model.trim=
"scope.row.sql"
type=
"textarea"
autosize
>
</el-input>
</el-input>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -166,7 +166,7 @@
...
@@ -166,7 +166,7 @@
<el-input
v-model=
"addTestDescriptionForm.api"
></el-input>
<el-input
v-model=
"addTestDescriptionForm.api"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注:"
class=
"input-style"
style=
"width:95%"
>
<el-form-item
label=
"备注:"
class=
"input-style"
style=
"width:95%"
>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
:rows=
"8
"
></el-input>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
autosize=
"
"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<div
style=
"margin-left:1000px"
>
<div
style=
"margin-left:1000px"
>
...
...
src/views/qa/TestDescription.vue
View file @
ef947120
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
<el-input
v-model=
"addTestDescriptionForm.api"
></el-input>
<el-input
v-model=
"addTestDescriptionForm.api"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注:"
class=
"input-style"
>
<el-form-item
label=
"备注:"
class=
"input-style"
>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
></el-input>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
autosize
></el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
...
...
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