소스 검색

东吴1.3-潜在用户列表申请时间增加排序

chenlei 9 달 전
부모
커밋
b6efbabbea
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/customer/PotentialUserList.vue

+ 2 - 1
src/views/customer/PotentialUserList.vue

@@ -40,7 +40,8 @@ const tableColOpt = [
   },
   {
     label: '申请时间',
-    key: 'ApplyTime'
+    key: 'ApplyTime',
+    sort: true
   },
   {
     label: '最近一次阅读时间',