Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
张冬
web-site
Commits
5401333c
Commit
5401333c
authored
Sep 29, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style
parent
11df62be
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
31 additions
and
30 deletions
+31
-30
aside.vue
components/aside.vue
+5
-5
homeinput.vue
components/homeinput.vue
+4
-4
nuxt.config.js
nuxt.config.js
+0
-4
index.vue
pages/index.vue
+6
-1
index.vue
pages/index/index.vue
+7
-7
abortive.vue
pages/index/notice/abortive.vue
+1
-1
all.vue
pages/index/notice/all.vue
+2
-2
bid.vue
pages/index/notice/bid.vue
+1
-1
biding.vue
pages/index/notice/biding.vue
+1
-1
cadidate.vue
pages/index/notice/cadidate.vue
+1
-1
change.vue
pages/index/notice/change.vue
+1
-1
clarifies.vue
pages/index/notice/clarifies.vue
+1
-1
inquiry.vue
pages/index/notice/inquiry.vue
+1
-1
No files found.
components/aside.vue
View file @
5401333c
...
@@ -17,23 +17,23 @@
...
@@ -17,23 +17,23 @@
<span
slot=
"title"
>
招标公告
</span>
<span
slot=
"title"
>
招标公告
</span>
</el-menu-item>
</el-menu-item>
<el-menu-item
index=
"/notice/cadidate"
>
<el-menu-item
index=
"/notice/cadidate"
>
<i
class=
"el-icon-document
"
></i>
<i
class=
"el-icon-menu
"
></i>
<span
slot=
"title"
>
中标候选人公示
</span>
<span
slot=
"title"
>
中标候选人公示
</span>
</el-menu-item>
</el-menu-item>
<el-menu-item
index=
"/notice/biding"
>
<el-menu-item
index=
"/notice/biding"
>
<i
class=
"el-icon-
setting
"
></i>
<i
class=
"el-icon-
menu
"
></i>
<span
slot=
"title"
>
中标公告
</span>
<span
slot=
"title"
>
中标公告
</span>
</el-menu-item>
</el-menu-item>
<el-menu-item
index=
"/notice/change"
>
<el-menu-item
index=
"/notice/change"
>
<i
class=
"el-icon-
setting
"
></i>
<i
class=
"el-icon-
menu
"
></i>
<span
slot=
"title"
>
变更公告
</span>
<span
slot=
"title"
>
变更公告
</span>
</el-menu-item>
</el-menu-item>
<el-menu-item
index=
"/notice/clarifies"
>
<el-menu-item
index=
"/notice/clarifies"
>
<i
class=
"el-icon-
setting
"
></i>
<i
class=
"el-icon-
menu
"
></i>
<span
slot=
"title"
>
补遗答疑
</span>
<span
slot=
"title"
>
补遗答疑
</span>
</el-menu-item>
</el-menu-item>
<el-menu-item
index=
"/notice/abortive"
>
<el-menu-item
index=
"/notice/abortive"
>
<i
class=
"el-icon-
setting
"
></i>
<i
class=
"el-icon-
menu
"
></i>
<span
slot=
"title"
>
流标公告
</span>
<span
slot=
"title"
>
流标公告
</span>
</el-menu-item>
</el-menu-item>
</el-menu>
</el-menu>
...
...
components/homeinput.vue
View file @
5401333c
...
@@ -57,8 +57,8 @@ import inDex from '@/pages/index.vue'
...
@@ -57,8 +57,8 @@ import inDex from '@/pages/index.vue'
<
style
>
<
style
>
.images
{
.images
{
width
:
100px
;
width
:
100px
;
height
:
0px
;
height
:
2
0px
;
margin-left
:
3
0px
;
margin-left
:
2
0px
;
margin-top
:
-20px
margin-top
:
-20px
}
}
.images
>
img
{
.images
>
img
{
...
@@ -78,8 +78,8 @@ import inDex from '@/pages/index.vue'
...
@@ -78,8 +78,8 @@ import inDex from '@/pages/index.vue'
width
:
2.62rem
;
width
:
2.62rem
;
}
}
.head-input-title
{
.head-input-title
{
margin-top
:
2
0px
;
margin-top
:
0px
;
margin-left
:
-
60
0px
;
margin-left
:
-
58
0px
;
font-size
:
.28rem
;
font-size
:
.28rem
;
color
:
rgba
(
0
,
0
,
0
,
1
);
color
:
rgba
(
0
,
0
,
0
,
1
);
font-weight
:
bold
;
font-weight
:
bold
;
...
...
nuxt.config.js
View file @
5401333c
...
@@ -43,10 +43,6 @@ export default {
...
@@ -43,10 +43,6 @@ export default {
plugins
:
[
plugins
:
[
'@/plugins/element-ui'
,
'@/plugins/element-ui'
,
'@/assets/css/common.css'
,
'@/assets/css/common.css'
,
{
src
:
'~/plugins/go-top'
,
ssr
:
false
}
],
],
/*
/*
...
...
pages/index.vue
View file @
5401333c
...
@@ -25,5 +25,10 @@
...
@@ -25,5 +25,10 @@
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.home
{
width
:
100%
;
min-width
:
810px
;
height
:
100%
;
min-height
:
600px
;
}
</
style
>
</
style
>
pages/index/index.vue
View file @
5401333c
<
template
>
<
template
>
<div
class=
"homepage"
>
<div
class=
"homepage"
>
<div
class=
"content flex"
>
<div
class=
"content flex"
>
<div
class=
"banner"
>
<div
class=
"banner"
>
<el-carousel
trigger=
"click"
height=
"5.41rem"
>
<el-carousel
trigger=
"click"
height=
"5.41rem"
>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<div
class=
"more t1 list-con"
@
click=
"latformDynamics"
>
更多>
</div>
<div
class=
"more t1 list-con"
@
click=
"latformDynamics"
>
更多>
</div>
</div>
</div>
<ul>
<ul>
<li
v-for=
"(item,index) in dynamic1"
:key=
"index"
v-if=
"index
<5
"
class=
"flex-between list-con"
>
<li
v-for=
"(item,index) in dynamic1"
:key=
"index"
v-if=
"index
<5
"
class=
"flex-between list-con"
@
click=
"latformDynamics"
>
<nuxt-link
tag=
"div"
:to=
"`/messsage/news?id=$
{item.id}`">
{{
item
.
title
}}
</nuxt-link>
<nuxt-link
tag=
"div"
:to=
"`/messsage/news?id=$
{item.id}`">
{{
item
.
title
}}
</nuxt-link>
<div
class=
"time"
>
{{
item
.
createTime
.
slice
(
0
,
10
)
}}
</div>
<div
class=
"time"
>
{{
item
.
createTime
.
slice
(
0
,
10
)
}}
</div>
</li>
</li>
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<div
class=
"more t1 list-con"
@
click=
"lawsRegulations"
>
更多>
</div>
<div
class=
"more t1 list-con"
@
click=
"lawsRegulations"
>
更多>
</div>
</div>
</div>
<ul>
<ul>
<li
v-for=
"(item,index) in dynamic2"
:key=
"index"
v-if=
"index
<5
"
class=
"flex-between list-con"
>
<li
v-for=
"(item,index) in dynamic2"
:key=
"index"
v-if=
"index
<5
"
class=
"flex-between list-con"
@
click=
"lawsRegulations"
>
<nuxt-link
tag=
"div"
:to=
"`/messsage/news?id=$
{item.id}`" >
{{
item
.
title
}}
</nuxt-link>
<nuxt-link
tag=
"div"
:to=
"`/messsage/news?id=$
{item.id}`" >
{{
item
.
title
}}
</nuxt-link>
<div
class=
"time"
>
{{
item
.
createTime
.
slice
(
0
,
10
)
}}
</div>
<div
class=
"time"
>
{{
item
.
createTime
.
slice
(
0
,
10
)
}}
</div>
</li>
</li>
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
<div
class=
"more t1 list-con"
@
click=
"newsInfo"
>
更多>
</div>
<div
class=
"more t1 list-con"
@
click=
"newsInfo"
>
更多>
</div>
</div>
</div>
<ul>
<ul>
<li
v-for=
"(item,index) in dynamic3"
:key=
"index"
v-if=
"index
<5
"
class=
"flex-between list-con"
>
<li
v-for=
"(item,index) in dynamic3"
:key=
"index"
v-if=
"index
<5
"
class=
"flex-between list-con"
@
click=
"newsInfo"
>
<nuxt-link
tag=
"div"
:to=
"`/messsage/news?id=$
{item.id}`">
{{
item
.
title
}}
</nuxt-link>
<nuxt-link
tag=
"div"
:to=
"`/messsage/news?id=$
{item.id}`">
{{
item
.
title
}}
</nuxt-link>
<div
class=
"time"
>
{{
item
.
createTime
.
slice
(
0
,
10
)
}}
</div>
<div
class=
"time"
>
{{
item
.
createTime
.
slice
(
0
,
10
)
}}
</div>
</li>
</li>
...
@@ -175,17 +175,17 @@ import {getSecond,getListSite,getListSite1,getListSite2} from '@/common/list.js'
...
@@ -175,17 +175,17 @@ import {getSecond,getListSite,getListSite1,getListSite2} from '@/common/list.js'
picArr
:[],
picArr
:[],
messageList
:
[{
messageList
:
[{
head
:
"基地直供专区"
,
head
:
"基地直供专区"
,
src
:
"https://
ssyerv1.oss-cn-hangzhou.aliyuncs.com/picture/c210d79ab18147dda465e7646064c33f.jp
g"
,
src
:
"https://
timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1601376244670&di=5f449198437dbff6319c2c907fdf25b6&imgtype=0&src=http%3A%2F%2F5b0988e595225.cdn.sohucs.com%2Fimages%2F20171026%2F35d7c15621094837aeed7a92c30503de.jpe
g"
,
title
:
"脱贫攻坚是一场直接关系到夺取决胜全面建成小康社会的硬仗和大仗,需要全国各行各业和全社会的高度关注和大力支持,更需要各地因地制宜、创新方式,开展卓有成效的扶贫帮困活动。在我国,许多贫困村地处偏远,农产品销售渠道不畅通,农产品滞销严重影响贫困户脱贫增收。北京学校基地直供平台开设“工会采购专区”旨在为贫困地区农产品拓展销售渠道,将当地优秀的农副产品由田间地头搬到学生餐桌的同时,也将它展示给在校老师。基地直供平台依托自身互联网优势,开设工会采购专区能更好的让贫困地区农产品流通在线化、数据化,提高了流通和交易效率"
title
:
"脱贫攻坚是一场直接关系到夺取决胜全面建成小康社会的硬仗和大仗,需要全国各行各业和全社会的高度关注和大力支持,更需要各地因地制宜、创新方式,开展卓有成效的扶贫帮困活动。在我国,许多贫困村地处偏远,农产品销售渠道不畅通,农产品滞销严重影响贫困户脱贫增收。北京学校基地直供平台开设“工会采购专区”旨在为贫困地区农产品拓展销售渠道,将当地优秀的农副产品由田间地头搬到学生餐桌的同时,也将它展示给在校老师。基地直供平台依托自身互联网优势,开设工会采购专区能更好的让贫困地区农产品流通在线化、数据化,提高了流通和交易效率"
},
},
{
{
head
:
"扶贫专区"
,
head
:
"扶贫专区"
,
src
:
"https://ssyerv1.oss-cn-hangzhou.aliyuncs.com/picture/afa09c005abd4c249a99f9a85d1bb1b2
.jpg"
,
src
:
"http://photocdn.sohu.com/20111209/Img328459051
.jpg"
,
title
:
"中国交建与怒江的联系可以追溯到上世纪90年代,2002年起,按照国务院扶贫开发领导小组的统一部署开始对怒江州进行定点帮扶。自2013年以来,中交集团更是与云南省政府相继签订系列投资协议,分别在交通基础设施、城市综合体开发、轨道交通及其他相关领域建立了全面的战略合作关系,投资并实施了黄牛、生猪、山地鸡养殖,雪桃、重楼、秦艽、草果、白芨、火龙果种植,以及饲料加工等一系列产业扶贫项目,由“输血式”扶贫变为造血式扶贫,中交集团在怒江州的产业扶贫“造血运动”逐渐步入正轨。"
title
:
"中国交建与怒江的联系可以追溯到上世纪90年代,2002年起,按照国务院扶贫开发领导小组的统一部署开始对怒江州进行定点帮扶。自2013年以来,中交集团更是与云南省政府相继签订系列投资协议,分别在交通基础设施、城市综合体开发、轨道交通及其他相关领域建立了全面的战略合作关系,投资并实施了黄牛、生猪、山地鸡养殖,雪桃、重楼、秦艽、草果、白芨、火龙果种植,以及饲料加工等一系列产业扶贫项目,由“输血式”扶贫变为造血式扶贫,中交集团在怒江州的产业扶贫“造血运动”逐渐步入正轨。"
},
},
{
{
head
:
"溯源食品专区"
,
head
:
"溯源食品专区"
,
src
:
"https://
ssyerv1.oss-cn-hangzhou.aliyuncs.com/picture/f0acdd4c9594464cbb279416fda934ff
.jpg"
,
src
:
"https://
timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1601376572620&di=5e9d369c751fee18a0f574bd755eb33a&imgtype=0&src=http%3A%2F%2Fimgeconomy.gmw.cn%2Fattachement%2Fjpg%2Fsite2%2F20171120%2Ff44d3075899d1b7c9c4245
.jpg"
,
title
:
"基原材料供应商在向食品厂家提供原材料时候进行批次管理,将原材料的原始生产数据制造日期、食用期限、原产地、生产者、遗传基因组合的有无使用的药剂等信息录入到二维码中并打印带有二维码的标签,粘贴在包装箱上后交与食品厂家。在食品厂家原材料入库时,使用数据采集器读取二维码,取得到货原材料的原始生产数据。从该数据就可以马上确认交货的产品是否符合厂家的采购标准。然后将原材料入库。"
title
:
"基原材料供应商在向食品厂家提供原材料时候进行批次管理,将原材料的原始生产数据制造日期、食用期限、原产地、生产者、遗传基因组合的有无使用的药剂等信息录入到二维码中并打印带有二维码的标签,粘贴在包装箱上后交与食品厂家。在食品厂家原材料入库时,使用数据采集器读取二维码,取得到货原材料的原始生产数据。从该数据就可以马上确认交货的产品是否符合厂家的采购标准。然后将原材料入库。"
}
}
],
],
...
...
pages/index/notice/abortive.vue
View file @
5401333c
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate=
"getData.beginDate"
:endDate=
"getData.endDate"
@
change=
"changeTime"
style=
"width:240px"
>
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate=
"getData.beginDate"
:endDate=
"getData.endDate"
@
change=
"changeTime"
style=
"width:240px"
>
</el-date-picker>
</el-date-picker>
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
1.9
rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
2.3
rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
...
...
pages/index/notice/all.vue
View file @
5401333c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"flex"
>
<div
class=
"flex"
>
<div>
<div>
<div
class=
"flex-item"
style=
"margin-bottom: 0.2rem;"
>
<div
class=
"flex-item"
style=
"margin-bottom: 0.2rem;"
>
<span
class=
"t1 left"
>
行业类
型
</span>
<span
class=
"t1 left"
>
行业类
别
</span>
<el-select
v-model=
"getData.industryId"
placeholder=
"请选择"
>
<el-select
v-model=
"getData.industryId"
placeholder=
"请选择"
>
<el-option
v-for=
"item in industryOptions"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
>
<el-option
v-for=
"item in industryOptions"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
>
</el-option>
</el-option>
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate=
"getData.beginDate"
:endDate=
"getData.endDate"
@
change=
"changeTime"
style=
"width:240px"
>
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate=
"getData.beginDate"
:endDate=
"getData.endDate"
@
change=
"changeTime"
style=
"width:240px"
>
</el-date-picker>
</el-date-picker>
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
1.9
rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
2.3
rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
...
...
pages/index/notice/bid.vue
View file @
5401333c
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate =
"getData.beginDate"
:endDate =
"getData.endDate"
@
change=
"timeChange"
style=
"width:240px"
>
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate =
"getData.beginDate"
:endDate =
"getData.endDate"
@
change=
"timeChange"
style=
"width:240px"
>
</el-date-picker>
</el-date-picker>
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
1.9
rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
2.3
rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
...
...
pages/index/notice/biding.vue
View file @
5401333c
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
style=
"width:240px"
style=
"width:240px"
></el-date-picker>
></el-date-picker>
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
1.9
rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
2.3
rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
...
...
pages/index/notice/cadidate.vue
View file @
5401333c
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate=
"getData.beginDate"
:endDate=
"getData.endDate"
@
change=
"changeTime"
style=
"width:240px"
>
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate=
"getData.beginDate"
:endDate=
"getData.endDate"
@
change=
"changeTime"
style=
"width:240px"
>
</el-date-picker>
</el-date-picker>
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
1.9
rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
2.3
rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
...
...
pages/index/notice/change.vue
View file @
5401333c
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate=
"getData.beginDate"
:endDate=
"getData.endDate"
@
change=
"changeTime"
style=
"width:240px"
>
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate=
"getData.beginDate"
:endDate=
"getData.endDate"
@
change=
"changeTime"
style=
"width:240px"
>
</el-date-picker>
</el-date-picker>
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
1.9
rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
2.3
rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
...
...
pages/index/notice/clarifies.vue
View file @
5401333c
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate=
"getData.beginDate"
:endDate=
"getData.endDate"
@
change=
"changeTime"
style=
"width:240px"
>
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:beginDate=
"getData.beginDate"
:endDate=
"getData.endDate"
@
change=
"changeTime"
style=
"width:240px"
>
</el-date-picker>
</el-date-picker>
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
1.9
rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
2.3
rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
...
...
pages/index/notice/inquiry.vue
View file @
5401333c
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
style=
"width:240px"
style=
"width:240px"
></el-date-picker>
></el-date-picker>
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
1.9
rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width:
2.3
rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
...
...
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