Commit 8cffbbee by hulei
parents 5f4d4274 d478a5f8
...@@ -266,6 +266,6 @@ const BusRouter = [ ...@@ -266,6 +266,6 @@ const BusRouter = [
{ path: 'getset', component: Getset, name: 'Getset', meta: { title: 'Getset' } }, { path: 'getset', component: Getset, name: 'Getset', meta: { title: 'Getset' } },
{ path: 'getsel', component: Getsel, name: 'Getsel', meta: { title: 'Getsel' } }, { path: 'getsel', component: Getsel, name: 'Getsel', meta: { title: 'Getsel' } },
{ path: 'getcrq', component: Getcrq, name: 'Getcrq', meta: { title: 'Getcrq' } }, { 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 export default BusRouter
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<el-form <el-form
class="m-table-search-form" class="m-table-search-form"
ref="paramsForm" ref="paramsForm"
...@@ -13,14 +14,14 @@ ...@@ -13,14 +14,14 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="标题" label="公告标题"
prop="theme" prop="theme"
style="width: 100%" style="width: 100%"
> >
<c-input <c-input
v-model="model.theme" v-model="model.theme"
maxlength="50" maxlength="20"
placeholder="请输入公告标题" placeholder="请输入标题名称"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -62,6 +63,8 @@ ...@@ -62,6 +63,8 @@
</c-col> </c-col>
</c-col> </c-col>
</c-row> </c-row>
<!-- </template> --> <!-- </template> -->
<c-col <c-col
:span="24" :span="24"
...@@ -83,9 +86,9 @@ ...@@ -83,9 +86,9 @@
</c-col> </c-col>
<c-col style="margin-top: 10px"> <c-col :span="24" style="margin:10px 0px" >
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0 ; float :right" @click="ruleAdd()" <c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0px " @click="ruleAdd()"
>+添加公告</c-button >添加公告</c-button
> >
</c-col> </c-col>
...@@ -309,7 +312,7 @@ export default { ...@@ -309,7 +312,7 @@ export default {
nowDate:'', nowDate:'',
currentPage: 1, //初始页 currentPage: 1, //初始页
pagesize: 2, // 每页的数据 pagesize: 6, // 每页的数据
total: 0, total: 0,
......
<template> <template>
<c-page title="通知公告"> <c-page title="通知公告">
<div class="eContainer"> <div class="eContainer" style="height:90%">
<div style="padding:0 15px">
<el-form <el-form
:model="model" :model="model"
:rules="rules" :rules="rules"
ref="modelForm" ref="modelForm"
label-width="160px" label-width="110px"
size="small" size="small"
label-position="left" label-position="right"
:validate-on-rule-change="false" :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 --> <!-- PD000001 -->
<el-tab-pane <!-- <el-tab-pane -->
label="信息查询" name="infsea"> <!-- label="信息查询" name="infsea" -->
<c-content> <!-- <c-content>
<m-infsea :model="model" :codes="codes"/> <m-infsea :model="model" :codes="codes"/>
</c-content> </c-content> -->
</el-tab-pane>
<!-- </el-tab-pane> -->
</c-tabs>
<!-- </c-tabs> -->
</el-form> </el-form>
</div>
<!-- <c-grid-ety-prompt-dialog ref="etyDialog" :promptData="promptData" v-on:select-ety="selectEty"> <!-- <c-grid-ety-prompt-dialog ref="etyDialog" :promptData="promptData" v-on:select-ety="selectEty">
</c-grid-ety-prompt-dialog> --> </c-grid-ety-prompt-dialog> -->
</div> </div>
...@@ -95,6 +101,7 @@ export default { ...@@ -95,6 +101,7 @@ export default {
rules: null, rules: null,
codes: { codes: {
}, },
showPanel:false,
} }
}, },
methods:{ methods:{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment