|
|
|
|
@ -76,6 +76,7 @@
|
|
|
|
|
>
|
|
|
|
|
<vxe-column type="checkbox" width="50" align="center" />
|
|
|
|
|
<vxe-column type="seq" width="58" align="center" />
|
|
|
|
|
<vxe-column width="120" align="center" field="user.mobile" title="填报人" />
|
|
|
|
|
<vxe-column min-width="160" title="填报名称" field="aspiration.title" header-align="center"></vxe-column>
|
|
|
|
|
<vxe-column width="180" align="center" title="填报时间" field="created_at"></vxe-column>
|
|
|
|
|
<vxe-column
|
|
|
|
|
@ -183,7 +184,7 @@ export default {
|
|
|
|
|
page: 1,
|
|
|
|
|
page_size: 20,
|
|
|
|
|
keyword: "",
|
|
|
|
|
show_relation: ["aspiration"],
|
|
|
|
|
show_relation: ["aspiration", "user"],
|
|
|
|
|
},
|
|
|
|
|
total: 0,
|
|
|
|
|
allAlign: null,
|
|
|
|
|
|