bug446,468,541,548

This commit is contained in:
2026-05-19 11:59:55 +08:00
parent 871e2de574
commit a91ee66368
5 changed files with 216 additions and 87 deletions

View File

@@ -150,7 +150,7 @@
:disabled="allItemsSubmitted"
@click="handleSignAndSubmit"
>
{{ allItemsSubmitted ? '已签发' : (isSigned ? '提交医嘱' : '一键签名并生成医嘱') }}
{{ allItemsSubmitted ? '已签发' : '一键签名并生成医嘱' }}
</el-button>
</div>
</div>