This commit is contained in:
pengxiaolong
2025-07-07 18:46:02 +08:00
parent a46cbf79f6
commit 51ce853bde
2 changed files with 12 additions and 6 deletions

View File

@@ -128,7 +128,6 @@ const onSubmit = () => {
text: "Loading",
background: "rgba(0, 0, 0, 0.7)",
});
setUserPass(formData.value);
rentgetloginID({
name: formData.value.tenantName,
})
@@ -147,6 +146,7 @@ const onSubmit = () => {
tokenCache.setToken(res.tokenValue)
userCache.setUser(res)
setUser(res);
setUserPass(formData.value);
router.push("/nav");
})
.catch((err) => {

View File

@@ -124,11 +124,12 @@
>
<el-button
@click="filterdialogVisible = true"
style="width: 50px"
class="put-button"
class="put-button buttoMore-filters"
type="primary"
><img style="height: 30px" src="@/assets/filter.png"
/></el-button>
><img class="filters-img" src="@/assets/filter.png"
/><div style="margin-left: 10px">
更多筛选
</div></el-button>
<!-- <el-button @click="filterdialogVisible = true" style="width: 50px;" class="put-button" type="primary"><img
style="height: 30px;" src="@/assets/filter.png"></el-button> -->
</div>
@@ -758,7 +759,12 @@ function openHTML(id) {
border: none;
}
}
.buttoMore-filters{
width: 150px;
}
.filters-img{
width: 30px;
}
.el-dialog {
--el-dialog-font-line-height: 50px;
--el-dialog-width: 600px;