Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c92e2db7
authored
2023-01-13 17:58:55 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
bc94ac01
4b2cbf53
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
8 deletions
src/views/business-info/tdsyq/index.vue
src/views/dataView/centercard.vue
src/views/jktj/ywltj/index.vue
src/views/system/timedTask/index.vue
src/views/business-info/tdsyq/index.vue
View file @
c92e2db
...
...
@@ -32,7 +32,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
查询结果
</el-butto
n>
<btn
nativeType=
"cx"
@
click=
"handleSubmit"
>
查询结果
</bt
n>
</el-col>
</el-row>
</el-form>
...
...
@@ -42,7 +42,7 @@
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
<message-tips
ref=
"msg"
/>
</div>
<!-- XML报文 -->
<xml-message
ref=
"dialog"
:xml=
"xml"
/>
...
...
@@ -168,7 +168,7 @@ export default {
}
}
catch
(
error
)
{
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
//
this.$refs.msg.messageShow()
}
},
handlDatadetails
(
index
,
row
)
{
...
...
src/views/dataView/centercard.vue
View file @
c92e2db
...
...
@@ -13,7 +13,7 @@
<
script
>
import
maps
from
"@/components/echart/map"
;
import
brokenline
from
"@/components/echart/
b
rokenline"
;
import
brokenline
from
"@/components/echart/
B
rokenline"
;
export
default
{
data
()
{
return
{};
...
...
src/views/jktj/ywltj/index.vue
View file @
c92e2db
...
...
@@ -2,7 +2,8 @@
<!-- 监控日志 -->
<div
class=
"jktjDetail from-clues"
>
<!-- 头部搜索 -->
<el-form
ref=
"form"
:model=
"form"
:inline=
"true"
class=
"from-clues-header"
label-width=
"100px"
>
<div
class=
"from-clues-header"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"80px"
>
<el-row>
<el-col
:span=
"8"
>
<el-date-picker
v-model=
"valueTime"
type=
"datetimerange"
range-separator=
"至"
...
...
@@ -29,11 +30,13 @@
</el-col>
</el-row>
</el-form>
<!-- 表格 -->
<div
class=
"form-clues-content echarts-box"
>
<div
id=
"myChart"
class=
"chart"
></div>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -158,7 +161,7 @@ export default {
@import
"~@/styles/public.scss"
;
.jktjDetail
{
background-color
:
#fff
;
//
background-color
:
#fff
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
...
...
src/views/system/timedTask/index.vue
View file @
c92e2db
...
...
@@ -9,8 +9,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"18"
class=
"btnColRight"
>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
搜索
</el-butto
n>
<el-button
type=
"primary"
@
click=
"handleAdd"
>
新增
</el-butto
n>
<btn
nativeType=
"cx"
@
click=
"handleSubmit"
>
搜索
</bt
n>
<btn
nativeType=
"sb"
@
click=
"handleAdd"
>
新增
</bt
n>
</el-col>
</el-row>
</el-form>
...
...
Please
register
or
sign in
to post a comment