业绩报表优化
This commit is contained in:
parent
13389a4344
commit
1e5630d88f
|
@ -29,7 +29,7 @@
|
|||
:key="dict.value"
|
||||
:label="dict.label"
|
||||
:value="dict.value"
|
||||
v-if="dict.value !== SmUserType.NORMAL && dict.value !== SmUserType.BUSINESS_PLACE"
|
||||
v-if="dict.value !== SmUserType.NORMAL && dict.value !== SmUserType.BUSINESS_PLACE && dict.value !== SmUserType.INVESTOR"
|
||||
></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
@ -132,9 +132,9 @@ export default {
|
|||
columns: [
|
||||
{ key: 'userId', visible: true, label: '用户', minWidth: null, sortable: true, overflow: false, align: 'center', width: null },
|
||||
{ key: 'userType', visible: true, label: '角色', minWidth: null, sortable: true, overflow: false, align: 'center', width: null },
|
||||
{ key: 'achievement', visible: true, label: '业绩', minWidth: null, sortable: true, overflow: false, align: 'center', width: null },
|
||||
{ key: 'bindCount', visible: true, label: '绑定数量', minWidth: null, sortable: true, overflow: false, align: 'center', width: null },
|
||||
{ key: 'unbindCount', visible: true, label: '解绑数量', minWidth: null, sortable: true, overflow: false, align: 'center', width: null },
|
||||
{ key: 'achievement', visible: true, label: '业绩', minWidth: null, sortable: true, overflow: false, align: 'center', width: null },
|
||||
],
|
||||
// 排序方式
|
||||
orderSorts: ['ascending', 'descending', null],
|
||||
|
|
Loading…
Reference in New Issue
Block a user