Commit ace7feac authored by wangxl's avatar wangxl

3333

parent cdbf1041
......@@ -72,6 +72,7 @@ export default {
{ title: '手机号', dataIndex: 'expertMobile', align: 'center' },
{ title: '评分', dataIndex: 'totalScore', align: 'center', width: 60 },
{ title: '评审状态', scopedSlots: { customRender: 'expertEvaluation', colName: 'gradeScore' }, align: 'center' },
{ title: '操作', scopedSlots: { customRender: 'option' }, align: 'center', fixed: 'right', width: 120, },
],
pagination: { pageIndex: 1, pageSize: this.$defaultPageSize, total: 0, pageSizeOptions: this.$defaultPageSizeOptions },
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