Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
zhouqian
vue-gjjs
Commits
8cffbbee
Commit
8cffbbee
authored
May 15, 2022
by
hulei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
5f4d4274
d478a5f8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
20 deletions
+30
-20
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
Infsea.vue
src/views/Business/Notice/Infsea.vue
+11
-8
index.vue
src/views/Business/Notice/index.vue
+18
-11
No files found.
src/views/Business/BusRouter.js
View file @
8cffbbee
...
...
@@ -266,6 +266,6 @@ const BusRouter = [
{
path
:
'getset'
,
component
:
Getset
,
name
:
'Getset'
,
meta
:
{
title
:
'Getset'
}
},
{
path
:
'getsel'
,
component
:
Getsel
,
name
:
'Getsel'
,
meta
:
{
title
:
'Getsel'
}
},
{
path
:
'getcrq'
,
component
:
Getcrq
,
name
:
'Getcrq'
,
meta
:
{
title
:
'Getcrq'
}
},
{
path
:
'notice'
,
component
:
Notice
,
name
:
'Notice'
,
meta
:
{
title
:
'通知公告
设置
'
}
},
{
path
:
'notice'
,
component
:
Notice
,
name
:
'Notice'
,
meta
:
{
title
:
'通知公告'
}
},
]
export
default
BusRouter
src/views/Business/Notice/Infsea.vue
View file @
8cffbbee
<
template
>
<div
class=
"eibs-tab"
>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
...
...
@@ -13,14 +14,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"标题"
label=
"
公告
标题"
prop=
"theme"
style=
"width: 100%"
>
<c-input
v-model=
"model.theme"
maxlength=
"
5
0"
placeholder=
"请输入
公告标题
"
maxlength=
"
2
0"
placeholder=
"请输入
标题名称
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -62,6 +63,8 @@
</c-col>
</c-col>
</c-row>
<!--
</
template
>
-->
<c-col
:span=
"24"
...
...
@@ -83,9 +86,9 @@
</c-col>
<c-col
style=
"margin-top: 10px"
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left: 0
; float :right
"
@
click=
"ruleAdd()"
>
+
添加公告
</c-button
<c-col
:span=
"24"
style=
"margin:10px 0px"
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left: 0
px
"
@
click=
"ruleAdd()"
>
添加公告
</c-button
>
</c-col>
...
...
@@ -309,7 +312,7 @@ export default {
nowDate
:
''
,
currentPage
:
1
,
//初始页
pagesize
:
2
,
// 每页的数据
pagesize
:
6
,
// 每页的数据
total
:
0
,
...
...
src/views/Business/Notice/index.vue
View file @
8cffbbee
<
template
>
<c-page
title=
"通知公告"
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
style=
"height:90%"
>
<div
style=
"padding:0 15px"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
6
0px"
label-width=
"1
1
0px"
size=
"small"
label-position=
"
lef
t"
label-position=
"
righ
t"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
</c-content>
<!--
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
-->
<!-- PD000001 -->
<
el-tab-pane
<
!--
<el-tab-pane
--
>
label=
"信息查询"
name=
"infsea"
>
<c-content>
<!-- label="信息查询" name="infsea" --
>
<
!--
<
c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-content>
-->
<!--
</el-tab-pane>
-->
<
/c-tabs
>
<
!--
</c-tabs>
--
>
</el-form>
</div>
<!--
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
-->
</div>
...
...
@@ -95,6 +101,7 @@ export default {
rules
:
null
,
codes
:
{
},
showPanel
:
false
,
}
},
methods
:{
...
...
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