This commit is contained in:
parent
2a0b910c7a
commit
a9fe9c94b9
|
|
@ -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="电话" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue