|
|
@@ -2,6 +2,7 @@
|
|
|
const common_vendor = require("../../common/vendor.js");
|
|
|
const utils_api = require("../../utils/api.js");
|
|
|
const utils_des = require("../../utils/des.js");
|
|
|
+const utils_formatTime = require("../../utils/formatTime.js");
|
|
|
if (!Array) {
|
|
|
const _easycom_uni_segmented_control2 = common_vendor.resolveComponent("uni-segmented-control");
|
|
|
const _easycom_uni_popup2 = common_vendor.resolveComponent("uni-popup");
|
|
|
@@ -108,7 +109,7 @@ const _sfc_main = {
|
|
|
c: common_vendor.f(list.value, (item, k0, i0) => {
|
|
|
return common_vendor.e({
|
|
|
a: common_vendor.t(item.userName),
|
|
|
- b: common_vendor.t(item.createTime),
|
|
|
+ b: common_vendor.t(common_vendor.unref(utils_formatTime.time_format)(item.createTime)),
|
|
|
c: item.statuStr == "待审核"
|
|
|
}, item.statuStr == "待审核" ? {
|
|
|
d: common_vendor.t(item.statuStr)
|
|
|
@@ -121,7 +122,7 @@ const _sfc_main = {
|
|
|
}, item.statuStr == "已推送" ? {
|
|
|
h: common_vendor.t(item.statuStr)
|
|
|
} : {}, {
|
|
|
- i: common_vendor.t(item.visitorTime),
|
|
|
+ i: common_vendor.t(common_vendor.unref(utils_formatTime.time_format)(item.visitorTime)),
|
|
|
j: common_vendor.t(item.visitReason),
|
|
|
k: item.statuStr == "待审核"
|
|
|
}, item.statuStr == "待审核" ? {
|
|
|
@@ -148,18 +149,21 @@ const _sfc_main = {
|
|
|
} : {}, {
|
|
|
l: common_vendor.t(popObj.value.userName),
|
|
|
m: common_vendor.t(popObj.value.userPhone),
|
|
|
- n: common_vendor.t(popObj.value.visitorTime),
|
|
|
- o: common_vendor.t(popObj.value.userNumber),
|
|
|
- p: common_vendor.t(popObj.value.visitReason),
|
|
|
- q: common_vendor.t(popObj.value.carNum ? popObj.value.carNum : "无"),
|
|
|
- r: common_vendor.t(popObj.value.peerNum ? popObj.value.peerNum : "无"),
|
|
|
- s: common_vendor.t(popObj.value.visitorType == 1 ? "受访学生" : "受访人"),
|
|
|
- t: common_vendor.t(popObj.value.respondentName),
|
|
|
- v: common_vendor.t(popObj.value.responcode || popObj.value.respondentPhone),
|
|
|
- w: common_vendor.sr(popup, "00bd71c9-2", {
|
|
|
+ n: popObj.value.visitorTime
|
|
|
+ }, popObj.value.visitorTime ? {
|
|
|
+ o: common_vendor.t(common_vendor.unref(utils_formatTime.time_format)(popObj.value.visitorTime))
|
|
|
+ } : {}, {
|
|
|
+ p: common_vendor.t(popObj.value.userNumber),
|
|
|
+ q: common_vendor.t(popObj.value.visitReason),
|
|
|
+ r: common_vendor.t(popObj.value.carNum ? popObj.value.carNum : "无"),
|
|
|
+ s: common_vendor.t(popObj.value.peerNum ? popObj.value.peerNum : "无"),
|
|
|
+ t: common_vendor.t(popObj.value.visitorType == 1 ? "受访学生" : "受访人"),
|
|
|
+ v: common_vendor.t(popObj.value.respondentName),
|
|
|
+ w: common_vendor.t(popObj.value.responcode || popObj.value.respondentPhone),
|
|
|
+ x: common_vendor.sr(popup, "00bd71c9-2", {
|
|
|
"k": "popup"
|
|
|
}),
|
|
|
- x: common_vendor.p({
|
|
|
+ y: common_vendor.p({
|
|
|
type: "center",
|
|
|
["is-mask-click"]: false
|
|
|
})
|