业务管理,系统管理

This commit is contained in:
sjl
2025-07-28 16:35:36 +08:00
parent d6e440dedb
commit d53b9df52f
10 changed files with 134 additions and 64 deletions

View File

@@ -28,6 +28,8 @@
v-model="tableStore.table.params.searchValue"
clearable
placeholder="仅根据用户名/登录名"
maxlength="10"
show-word-limit
/>
</el-form-item>
</template>
@@ -195,6 +197,9 @@ const tableStore = new TableStore({
break
}
})
},
resetCallback: () => {
tableStore.table.params.searchValue = ''
}
})