system模块前端问题修改
This commit is contained in:
parent
20a6b3318b
commit
0655ee501b
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -210,7 +210,6 @@
|
|||
type="textarea"
|
||||
placeholder="请输入内容"
|
||||
maxlength="100"
|
||||
show-word-limit
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue