添加工作量查看页面, 附件显示优化

This commit is contained in:
zhengw
2026-02-10 17:13:24 +08:00
parent 1d247f1049
commit d9fe6c048f
16 changed files with 229 additions and 21 deletions

View File

@@ -48,6 +48,7 @@ Page({
: '/pages/purchase/buyOrder/buyOrder?type=today',
: '/pages/purchase/buyInOrder/buyInOrder?type=today',
: '/pages/other/outbound/outbound?type=today',
: '/pages/base/workload/workload',
} as any,
},
handleLogin(e: any) {
@@ -86,7 +87,7 @@ Page({
post('Index/index', {}).then((res: any) => {
const block = toArray(res?.block);
if (block.length % 2 != 0) {
block.push({ value: '', name: '敬请期待', unit: '' });
block.push({ value: '', name: '工作量查看', unit: '' });
}
this.setData({ block });
});