Commit 7e9dc413 authored by 徐俊's avatar 徐俊

xujun

parent 48b8fc79
...@@ -108,6 +108,7 @@ export default { ...@@ -108,6 +108,7 @@ export default {
{ title: '评审专业', dataIndex: 'specName', width: '10%', }, { title: '评审专业', dataIndex: 'specName', width: '10%', },
{ title: '单位', dataIndex: 'unitName', align: 'center' }, { title: '单位', dataIndex: 'unitName', align: 'center' },
{ title: '用户名', dataIndex: 'username', align: 'center' }, { title: '用户名', dataIndex: 'username', align: 'center' },
{ title: '密码', dataIndex: 'password', align: 'center' },
], ],
pagination: { pageIndex: 1, pageSize: this.$defaultPageSize, total: 0, pageSizeOptions: this.$defaultPageSizeOptions, }, pagination: { pageIndex: 1, pageSize: this.$defaultPageSize, total: 0, pageSizeOptions: this.$defaultPageSizeOptions, },
loading: false, loading: false,
......
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