yangfeng hace 8 meses
padre
commit
c0c10eede9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/huiju/qywxCodeList.vue

+ 2 - 2
src/views/huiju/qywxCodeList.vue

@@ -75,8 +75,8 @@
     </el-pagination>
     <el-dialog title="客户详情" :visible.sync="dialogTableVisible" width="750px">
       <el-table :data="customerList">
-        <el-table-column property="user_id" label="用户id" width="150"></el-table-column>
-        <el-table-column property="user_name" label="用户名称" width="150"></el-table-column>
+        <el-table-column property="user_id" label="员工id" width="150"></el-table-column>
+        <el-table-column property="user_name" label="员工名称" width="150"></el-table-column>
         <el-table-column property="external_userid" label="客户id" width="150"></el-table-column>
         <el-table-column property="external_user_name" label="客户名称" width="150"></el-table-column>
         <el-table-column property="create_date" label="添加时间"></el-table-column>