Browse Source

页面优化

feature/syp_points
liuchuang 5 years ago
parent
commit
f29c8ac56b
  1. 1
      src/views/modules/news/notice-add-or-update.vue
  2. 3
      src/views/modules/news/notice.vue

1
src/views/modules/news/notice-add-or-update.vue

@ -255,7 +255,6 @@ export default {
},
//
dataFormSubmitHandle: debounce(function () {
console.log(this.dataForm.noticeContent)
if (this.dataForm.noticeContent != null && this.dataForm.noticeContent !== undefined) {
this.dataForm.noticeContent = this.removeHTMLTag(this.dataForm.noticeContent)
if ((this.dataForm.noticeContent).length > 10000) {

3
src/views/modules/news/notice.vue

@ -47,11 +47,12 @@
header-align="center"
align="center"
show-overflow-tooltip
min-width="400"></el-table-column>
min-width="200"></el-table-column>
<el-table-column prop="noticeCategory"
label="所属模块"
header-align="center"
align="center"
width="150"
:formatter="noticeCategoryFormat"></el-table-column>
<el-table-column prop="mobile"
label="联系电话"

Loading…
Cancel
Save