fix: bug修复

This commit is contained in:
binbin_pan 2024-04-20 17:55:12 +08:00
parent b1fee78651
commit 62c669aa9f
2 changed files with 4 additions and 1 deletions

View File

@ -165,7 +165,7 @@
</el-button>
</template>
</el-table-column>
<el-table-column label="不通过原因" align="center" prop="dictName" :show-overflow-tooltip="true" />
<el-table-column label="备注" align="center" prop="remark" :show-overflow-tooltip="true" />
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="250">
<template slot-scope="scope">
<el-button

View File

@ -223,6 +223,7 @@
<el-input
v-model="form.noticeTitle"
placeholder="请输入公告标题"
maxlength="50"
/>
</el-form-item>
</el-col>
@ -259,6 +260,8 @@
<editor
v-model="form.noticeContent"
:min-height="192"
:max-length="200"
:placeholder="'请输入内容'"
/>
</el-form-item>
</el-col>