system模块前端问题修改

This commit is contained in:
zzyuan 2024-04-25 10:58:28 +08:00
parent 20a6b3318b
commit 0655ee501b
3 changed files with 0 additions and 3 deletions

View File

@ -139,7 +139,6 @@
align="center"
prop="userName"
:show-overflow-tooltip="true"
sortable="custom"
:sort-orders="['descending', 'ascending']"
/>
<el-table-column label="用户昵称" align="center" prop="nickName" />

View File

@ -176,7 +176,6 @@
prop="operName"
width="110"
:show-overflow-tooltip="true"
sortable="custom"
:sort-orders="['descending', 'ascending']"
/>
<el-table-column label="用户昵称" align="center" prop="nickName" />

View File

@ -210,7 +210,6 @@
type="textarea"
placeholder="请输入内容"
maxlength="100"
show-word-limit
/>
</el-form-item>
</el-form>