Explorar el Código

查询企微用户通话记录列表

三七 hace 9 horas
padre
commit
bda15fa6d9

+ 6 - 5
src/views/company/companyUser/index.vue

@@ -226,11 +226,12 @@
 
           <el-table-column label="区域" align="center" prop="addressId">
           </el-table-column>
-          <el-table-column label="创建时间"  sortable align="center" prop="createTime" width="160">
-            <template slot-scope="scope">
-              <span>{{ parseTime(scope.row.createTime) }}</span>
-            </template>
-          </el-table-column>
+<!--          <el-table-column label="创建时间"  sortable align="center" prop="createTime" width="160">-->
+<!--            <template slot-scope="scope">-->
+<!--              <span>{{ parseTime(scope.row.createTime) }}</span>-->
+<!--            </template>-->
+<!--          </el-table-column>-->
+          <el-table-column label="账号过期时间"  sortable align="center" prop="expirationTime" width="160"/>
           <el-table-column label="是否单独注册会员" align="center" prop="isNeedRegisterMember" width="80px">
             <template slot-scope="scope">
               <el-tag

+ 2 - 2
src/views/qw/qwUserVoiceLog/index.vue

@@ -501,8 +501,8 @@ export default {
     /** 查询企微用户通话记录列表 */
     getList() {
       this.loading = true;
-      const { qwUserName, ...queryParams } = this.queryParams;
-      listQwUserVoiceLog(queryParams).then(response => {
+      // const { qwUserName, ...queryParams } = this.queryParams;
+      listQwUserVoiceLog(this.queryParams).then(response => {
         this.qwUserVoiceLogList = response.rows;
         this.total = response.total;
         this.loading = false;