{{ dddw(dict.nation, "id", scope.row[dropCol[index].prop], "displayName") }}
-
+
{{ scope.row[dropCol[index].prop] ? moment(scope.row[dropCol[index].prop]).format('yyyy-MM-DD') : '' }}
@@ -321,7 +320,7 @@ export default {
{ label: "介绍人", prop: "salesman", minWidth: 80, align: "center" },
{ label: "是否VIP", prop: "isVip", minWidth: 80, align: "center" },
{ label: "登记人", prop: "creatorName", minWidth: 80, align: "center" },
- { label: "登记日期", prop: "creationTime", minWidth: 80, align: "center" },
+ { label: "登记日期", prop: "creationTime", minWidth: 130, align: "center" },
{ label: "是否上传", prop: "isUpload", minWidth: 80, align: "center" },
{ label: "高原/健康", prop: "qztlType", minWidth: 90, align: "center" },
{ label: "行车", prop: "qztlIsMain", minWidth: 50, align: "center" },
diff --git a/src/components/patientRegister/patientRegisterQuery.vue b/src/components/patientRegister/patientRegisterQuery.vue
index 82935cd..dc30228 100644
--- a/src/components/patientRegister/patientRegisterQuery.vue
+++ b/src/components/patientRegister/patientRegisterQuery.vue
@@ -216,7 +216,7 @@ export default {
event.preventDefault();
// 如果按下的是回车查询
- console.log(input.getAttribute('placeholder'),input.value)
+ // console.log(input.getAttribute('placeholder'),input.value)
let placeholder = input.getAttribute('placeholder')
switch (placeholder) {
case '条码号':