mo 2 năm trước cách đây
mục cha
commit
ba05e775b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/visitManager/afterVisitList.vue

+ 1 - 1
src/views/visitManager/afterVisitList.vue

@@ -101,7 +101,7 @@ export default {
       option3:[
         { text: "全部", value: "全部" },
         { text: "已解决", value: "1" },
-        { text: "未解决", value: "0" },
+        { text: "待跟进", value: "0" },
       ],
       startDate: null,
       endDate: null,