祁鹏飞 пре 4 месеци
родитељ
комит
9604d56fd6

+ 1 - 1
src/views/operationManagement/channel.vue

@@ -51,7 +51,7 @@
               {{ typeAttrMap(scope.row.typeAttr) }}
             </template>
           </el-table-column>
-          <el-table-column label="归属" prop="deptName" width="200"></el-table-column>
+          <el-table-column label="归属" prop="organizationName" width="200"></el-table-column>
           <el-table-column label="所属机构" prop="deptName" width="200"></el-table-column>
           <el-table-column label="人员状态" prop="status" width="150">
             <template #default="scope">

+ 1 - 1
src/views/operationManagement/team.vue

@@ -50,7 +50,7 @@
               {{ typeAttrMap(scope.row.typeAttr) }}
             </template>
           </el-table-column>
-          <el-table-column label="归属" prop="deptName" width="200"></el-table-column>
+          <el-table-column label="归属" prop="organizationName" width="200"></el-table-column>
           <el-table-column label="所属机构" prop="deptName" width="200"></el-table-column>
           <el-table-column label="人员状态" prop="status" width="150">
             <template #default="scope">

+ 1 - 1
src/views/operationManagement/telemarketing.vue

@@ -51,7 +51,7 @@
               {{ typeAttrMap(scope.row.typeAttr) || '--'}}
             </template>
           </el-table-column>
-          <el-table-column label="归属" prop="deptName" width="200"></el-table-column>
+          <el-table-column label="归属" prop="organizationName" width="200"></el-table-column>
           <el-table-column label="所属机构" prop="deptName" width="200"></el-table-column>
           <el-table-column label="人员状态" prop="status" width="150">
             <template #default="scope">