@dongkboy 3 месяцев назад
Родитель
Сommit
520c897e33
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/views/payCredit/agentCount.vue

+ 2 - 0
src/views/payCredit/agentCount.vue

@@ -48,6 +48,7 @@
           </el-row>
         </el-form>
         <el-table :data="firstData" height="calc(100% - 162px)" style="width: 100%; margin-top: 20px;">
+          <el-table-column prop="leaderName" label="管理员名称"></el-table-column>
           <el-table-column prop="name" label="业务员"></el-table-column>
           <el-table-column prop="typeAttr" label="业务员类型">
             <template #default="scope">
@@ -134,6 +135,7 @@
           </el-row>
         </el-form>
         <el-table :data="secondData" height="calc(100% - 162px)" style="width: 100%; margin-top: 20px;">
+          <el-table-column prop="leaderName" label="管理员名称"></el-table-column>
           <el-table-column prop="name" label="业务员"></el-table-column>
           <el-table-column prop="typeAttr" label="业务员类型">
             <template #default="scope">