Browse Source

完善经销商

zhanglei
yunuo970428 2 years ago
parent
commit
bb7db761f3
  1. 18
      anrui-base/anrui-base-ui/src/views/dealer/distributormanagement/distributormanagement.vue

18
anrui-base/anrui-base-ui/src/views/dealer/distributormanagement/distributormanagement.vue

@ -105,7 +105,7 @@
</el-table-column>
<el-table-column label="销售专员" width="120" align="center">
<template slot-scope="scope">
<span>{{ scope.row.saesman }}</span>
<span>{{ scope.row.salesman }}</span>
</template>
</el-table-column>
<el-table-column label="所属经销商" width="180" align="center"> <!-- ? -->
@ -265,25 +265,25 @@ export default {
filingState_list: [
{
dictKey: '0',
dictValue: '正常'
dictValue: '未备案'
},
{
dictKey: '1',
dictValue: '禁用'
dictValue: '已备案'
},
{
dictKey: '2',
dictValue: '备案中'
}
],
riskState_list: [
{
dictKey: '0',
dictValue: '未备案'
dictValue: '正常'
},
{
dictKey: '1',
dictValue: '已备案'
},
{
dictKey: '2',
dictValue: '备案中'
dictValue: '禁用'
}
],
//

Loading…
Cancel
Save