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

refactor(all): 修复

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