Explorar el Código

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

chenlei hace 7 meses
padre
commit
b6efbabbea
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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: '最近一次阅读时间',