提交 c1a1dd86 authored 作者: lidongxu's avatar lidongxu

refactor(all): 修复

同上
上级 cfd7ca6a
...@@ -152,6 +152,14 @@ ...@@ -152,6 +152,14 @@
:preview-src-list="[item.photoUrl]" /> :preview-src-list="[item.photoUrl]" />
</template> </template>
</el-result> </el-result>
<el-result :title="item.time"
:sub-title="item.title"
v-for="item in obj.list">
<template #icon>
<el-image :src="item.photoUrl"
:preview-src-list="[item.photoUrl]" />
</template>
</el-result>
</div> </div>
</el-card> </el-card>
</el-dialog> </el-dialog>
...@@ -366,7 +374,7 @@ const getTaskList = async () => { ...@@ -366,7 +374,7 @@ const getTaskList = async () => {
// 先从归属人查询当前登录用户的战区 ID // 先从归属人查询当前登录用户的战区 ID
queryParams.zoneId = managerList.value.find(item => item.employeeNo === store.state.value.user.userInfo.userName)?.deptQcId queryParams.zoneId = managerList.value.find(item => item.employeeNo === store.state.value.user.userInfo.userName)?.deptQcId
} }
const { data: { records } } = await getTaskListAPI(queryParams) const { data: { records } } = await getTaskListAPI(queryParams)
tableList.value = records tableList.value = records
total.value = records.length total.value = records.length
...@@ -507,18 +515,23 @@ const currentChange = (page) => { ...@@ -507,18 +515,23 @@ const currentChange = (page) => {
} }
::v-deep(.el-overlay) { ::v-deep(.el-overlay) {
.content { .el-card__body {
display: flex; overflow-x: scroll;
.el-result { .content {
width: 350px; display: flex;
height: 300px;
.el-image { .el-result {
width: 180px; width: 350px;
height: 180px; height: 300px;
.el-image {
width: 180px;
height: 180px;
}
} }
} }
} }
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论