Commit db2c059f authored by 黄奎's avatar 黄奎

页面修改

parent baf2928d
...@@ -129,8 +129,12 @@ ...@@ -129,8 +129,12 @@
</el-dialog> </el-dialog>
<el-dialog title="报名信息" :visible.sync="dialogTableVisible"> <el-dialog title="报名信息" :visible.sync="dialogTableVisible">
<el-table :data="joinData"> <el-table :data="joinData">
<el-table-column property="LinkMan" label="联系人" width="150"></el-table-column> <el-table-column property="CompanyName" label="单位企业机构名称" width="150"></el-table-column>
<el-table-column property="LinkTel" label="联系电话" width="200"></el-table-column> <el-table-column property="NatureName" label="性质" width="100"></el-table-column>
<el-table-column property="LinkMan" label="联系人" width="100"></el-table-column>
<el-table-column property="LinkTel" label="联系电话" width="100"></el-table-column>
<el-table-column property="Post" label="职位" width="100"></el-table-column>
<el-table-column property="CountryInfo" label="地址" width="300"></el-table-column>
</el-table> </el-table>
</el-dialog> </el-dialog>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment