yxk-20260813

所领导增补审批意见后,系统将通过即时通向事项相关人员发送消息提醒
This commit is contained in:
ye1023
2026-08-13 14:17:38 +08:00
parent 93a75b4319
commit 732ab5dfe6
@@ -1,5 +1,11 @@
<template>
<div class="supplement-opinion-pane">
<a-alert
class="supplement-opinion-alert"
type="info"
show-icon
message="所领导增补审批意见后,系统将通过即时通向事项相关人员发送消息提醒。"
/>
<a-form layout="vertical">
<a-form-item label="审批意见" required>
<a-textarea
@@ -95,4 +101,8 @@
box-sizing: border-box;
background-color: #fff;
}
.supplement-opinion-alert {
margin-bottom: 16px;
}
</style>