yxk-20260626-

我的抄送-查看审批修改为查看详情
This commit is contained in:
ye1023
2026-06-26 08:31:00 +08:00
parent 8b02d66e61
commit 59f0497a5c
3 changed files with 4 additions and 3 deletions
@@ -273,7 +273,7 @@
}
function getCcTableAction(record) {
return [{ label: '查看审批', onClick: showCcHistory.bind(null, record) }];
return [{ label: '查看详情', onClick: showCcHistory.bind(null, record) }];
}
</script>