@@ -269,6 +269,18 @@
append-to-body
destroy-on-close
>
+ <!-- 提示信息区域 -->
+ <el-alert
+ type="info"
+ :closable="false"
+ class="mb-4"
+ >
+ <div class="mt-2 space-y-1">
+ <p>本次约检涉及 <strong>{{ currentRow?.equipNum || 0 }}</strong> 台设备</p>
+ <p>约检联系人:<strong>{{ currentRow?.unitContact || '-' }}</strong></p>
+ <p>约检联系电话:<strong>{{ currentRow?.unitPhone || '-' }}</strong></p>
+ </div>
+ </el-alert>
<el-form
ref="smsFormRef"
:model="smsForm"