perf: 优化PureTableBar组件

This commit is contained in:
xiaoxian521
2024-01-29 13:15:24 +08:00
parent b0ca30f3f2
commit c62731df5b
4 changed files with 44 additions and 54 deletions

View File

@@ -104,6 +104,7 @@ defineExpose({ getRef });
<el-form-item label="排序">
<el-input-number
v-model="newFormInline.sort"
class="!w-full"
:min="0"
:max="9999"
controls-position="right"