|
@@ -9,7 +9,7 @@
|
|
</p>
|
|
</p>
|
|
<div style="height: 87%;">
|
|
<div style="height: 87%;">
|
|
<ul class="index_headerUl">
|
|
<ul class="index_headerUl">
|
|
- <li v-for="(item,index) in configList" :key="index">
|
|
|
|
|
|
+ <li v-for="(item,index) in configList" :key="index" @click="headerCld(item)">
|
|
<img src="../assets/images/icon_list_sj.png" alt="">
|
|
<img src="../assets/images/icon_list_sj.png" alt="">
|
|
<p>{{item.notice_title}}</p>
|
|
<p>{{item.notice_title}}</p>
|
|
<span>{{item.create_time}}</span>
|
|
<span>{{item.create_time}}</span>
|
|
@@ -227,28 +227,30 @@
|
|
</el-row>
|
|
</el-row>
|
|
<!-- <el-divider /> -->
|
|
<!-- <el-divider /> -->
|
|
<!-- 添加或修改公告对话框 -->
|
|
<!-- 添加或修改公告对话框 -->
|
|
- <el-dialog :title="title" :visible.sync="open" width="980px" append-to-body>
|
|
|
|
- <el-form ref="form" :model="form" :rules="rules" label-width="160px" class="from_index">
|
|
|
|
- <el-row>
|
|
|
|
- <el-col :span="24" >
|
|
|
|
- <dynamic-forms :ref="item.columnName" :config="form.fixedData" @inputs = "changeFn" :formConfig="item" v-for="(item,index) in queryData.showData" :key='index' />
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </el-form>
|
|
|
|
- <div slot="footer" class="dialog-footer">
|
|
|
|
- <el-button type="primary" @click="handleQuery">确 定</el-button>
|
|
|
|
- <el-button @click="cancel">取 消</el-button>
|
|
|
|
- </div>
|
|
|
|
- <!-- if(){ -->
|
|
|
|
- <!-- 日历 -->
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false" :title="title" :visible.sync="open" width="980px" append-to-body>
|
|
|
|
|
|
- <!-- <dynamic-forms v-if="nummer == 0" :config="form" @inputs = "changeFn" :formConfig="queryData" :open="open" @submitForm="submitForm($event)" @cancel="cancel($event)" :nummer = "nummer" /> -->
|
|
|
|
- <!-- }else if(){ -->
|
|
|
|
- <!-- 备忘录 -->
|
|
|
|
- <!-- <memoran-dum v-if="nummer == 1" :config="form" @inputs = "changeFn" :formConfig="queryDatatwo" :open="open" @cancel="cancel($event)" :nummer = "nummer" /> -->
|
|
|
|
- <!-- } -->
|
|
|
|
|
|
+ <el-form ref="form" :model="form" :rules="rules" label-width="160px" class="from_index">
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="24" >
|
|
|
|
+ <dynamic-forms :ref="item.columnName" :config="form.fixedData" @inputs = "changeFn" :formConfig="item" v-for="(item,index) in queryData.showData" :key='index' />
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </el-form>
|
|
|
|
+ <div slot="footer" class="dialog-footer">
|
|
|
|
+ <el-button type="primary" @click="handleQuery">确 定</el-button>
|
|
|
|
+ <el-button @click="cancel">取 消</el-button>
|
|
|
|
+ </div>
|
|
|
|
+ </el-dialog>
|
|
|
|
+ <!-- 通知公告弹窗 -->
|
|
|
|
+ <el-dialog :close-on-click-modal="false" :title="title" :visible.sync="openety" width="980px" append-to-body>
|
|
|
|
+ <div class="index_headertan" >
|
|
|
|
+ <p>{{actingk.notice_title == undefined? '暂无数据' : actingk.notice_title}}</p>
|
|
|
|
+ <p>{{actingk.create_time == undefined? '暂无数据' : actingk.create_time}} 发布人:{{actingk.create_by}}</p>
|
|
|
|
+ <p v-html="actingk.notice_content"></p>
|
|
|
|
+ </div>
|
|
|
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -427,7 +429,10 @@ export default {
|
|
confirmPassword: undefined
|
|
confirmPassword: undefined
|
|
},
|
|
},
|
|
shower:true, //判断删除图标是否显示
|
|
shower:true, //判断删除图标是否显示
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ titlees:'通知公告',//通知公告弹框
|
|
|
|
+ openety:false,
|
|
|
|
+ actingk:{}
|
|
};
|
|
};
|
|
},
|
|
},
|
|
|
|
|
|
@@ -723,6 +728,7 @@ export default {
|
|
// 取消按钮
|
|
// 取消按钮
|
|
cancel() {
|
|
cancel() {
|
|
this.open = false;
|
|
this.open = false;
|
|
|
|
+ this.openety = false
|
|
this.reset();
|
|
this.reset();
|
|
},
|
|
},
|
|
/** 新增按钮操作 */
|
|
/** 新增按钮操作 */
|
|
@@ -836,6 +842,12 @@ export default {
|
|
this.getLismemorandum()
|
|
this.getLismemorandum()
|
|
console.log(this.user,97653)
|
|
console.log(this.user,97653)
|
|
});
|
|
});
|
|
|
|
+ },
|
|
|
|
+ // 通知公告弹窗
|
|
|
|
+ headerCld(index){
|
|
|
|
+ // this.title = '通知公告'
|
|
|
|
+ // this.openety = true,
|
|
|
|
+ // this.actingk=index
|
|
}
|
|
}
|
|
},
|
|
},
|
|
};
|
|
};
|
|
@@ -923,6 +935,7 @@ export default {
|
|
padding-top: 10px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-bottom: 10px;
|
|
span{
|
|
span{
|
|
|
|
+ cursor:pointer;
|
|
width: 70px;
|
|
width: 70px;
|
|
text-align: center;
|
|
text-align: center;
|
|
line-height: 55px;
|
|
line-height: 55px;
|
|
@@ -992,6 +1005,7 @@ export default {
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-items: center;
|
|
height: 43px;
|
|
height: 43px;
|
|
|
|
+ cursor:pointer;
|
|
img{
|
|
img{
|
|
width: 11px;
|
|
width: 11px;
|
|
height: 13px;
|
|
height: 13px;
|
|
@@ -1098,12 +1112,14 @@ export default {
|
|
height: 8px;
|
|
height: 8px;
|
|
background: #3C8DBC;
|
|
background: #3C8DBC;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
|
|
+
|
|
}
|
|
}
|
|
span:nth-child(2){
|
|
span:nth-child(2){
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
font-family: PingFang SC;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #3C8DBC;
|
|
color: #3C8DBC;
|
|
|
|
+ cursor:pointer;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1260,5 +1276,30 @@ export default {
|
|
background-color: #F2F2F2;
|
|
background-color: #F2F2F2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+// 通知公告弹窗
|
|
|
|
+.index_headertan{
|
|
|
|
+ margin: 0 30px;
|
|
|
|
+ p{
|
|
|
|
+ margin: 0;
|
|
|
|
+ }
|
|
|
|
+ p:nth-child(1){
|
|
|
|
+ font-size: 24px;
|
|
|
|
+ font-family: PingFang SC;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #343434;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+ }
|
|
|
|
+ p:nth-child(2){
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ font-family: PingFang SC;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #666666;
|
|
|
|
+ line-height: 24px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
|
|
</style>
|
|
</style>
|