feat: 广告模块,交班记录80%,等用户完成

This commit is contained in:
duan
2025-03-01 11:12:29 +08:00
parent ad52c6bbf9
commit 467bfaa2eb
17 changed files with 942 additions and 7 deletions

View File

@@ -91,9 +91,6 @@ onMounted(() => {
onBeforeUnmount(() => {
eventBus.off('search')
})
eventBus.on('search', (res) => {
getList(res)
})
async function getList(data = {}) {
const res = await API.getPage({ page: datas.pagingConfig.pageNumber, size: datas.pagingConfig.pageSize, ...data })
datas.tableData = res.records
@@ -196,6 +193,10 @@ function currentChange(val) {
}
// 图片库样式
.showStyle:hover>.buttonstyle {
display: block;
}
.upImgStyle {
cursor: pointer;
width: 148px;