|
@@ -79,7 +79,7 @@
|
|
|
<dict-tag :options="dict.type.sys_notice_status" :value="scope.row.status"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="是否置顶" prop="isTop" width="100">
|
|
|
+ <el-table-column align="center" label="是否置顶" prop="isTop" width="100">·
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.sys_notice_top" :value="scope.row.isTop"/>
|
|
|
</template>
|
|
@@ -126,7 +126,7 @@
|
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="公告标题" prop="noticeTitle">
|
|
|
- <el-input v-model="form.noticeTitle" placeholder="请输入公告标题"/>
|
|
|
+ <el-input v-model="form.noticeTitle" placeholder="请输入公告标题" maxlength="20"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|