This commit is contained in:
BianLzhaoMin 2026-02-02 13:15:29 +08:00
parent 2a0b910c7a
commit a9fe9c94b9
1 changed files with 1 additions and 1 deletions

View File

@ -150,6 +150,7 @@
<el-table
border
style="margin-top: 10px"
:data="formData.recipientList"
v-if="formData.recipientList && formData.recipientList.length > 0"
>
<el-table-column
@ -157,7 +158,6 @@
type="index"
label="序号"
align="center"
:data="formData.recipientList"
/>
<el-table-column align="center" prop="workerName" label="姓名" />
<el-table-column align="center" prop="phone" label="电话" />