diff --git a/src/views/system/record/record.vue b/src/views/system/record/record.vue
index d3bfec5..8c308b2 100644
--- a/src/views/system/record/record.vue
+++ b/src/views/system/record/record.vue
@@ -404,7 +404,7 @@ export default {
data() {
return {
checkeddata: [],
- formlists: [],
+ formlists: {},
baseUrl: process.env.VUE_APP_BASE_API,
radio: "1",
activeName: "first",
@@ -430,6 +430,9 @@ export default {
created() {
console.log(this.$route.query);
this.info();
+ if (this.$route.query.textRemindContent) {
+ this.formlists.textRemindContent = this.$route.query.textRemindContent;
+ }
// 文章末班
if (this.$route.query.taskType == "PROPAGANDA_ARTICLE") {
this.getPropagandaLIST();
@@ -468,10 +471,6 @@ export default {
this.questiondata.routeHandleRemark =
this.$route.query.routeHandleRemark;
}
- if (this.$route.query.textRemindContent) {
- this.formlists.textRemindContent =
- this.$route.query.textRemindContent;
- }
this.questiondata.subjectResultList.forEach((e) => {
e.optionResults.forEach((el) => {
diff --git a/src/views/system/taskExecuteRecord/index.vue b/src/views/system/taskExecuteRecord/index.vue
index 5fb933d..90183e4 100644
--- a/src/views/system/taskExecuteRecord/index.vue
+++ b/src/views/system/taskExecuteRecord/index.vue
@@ -167,36 +167,36 @@
-->
-
-
+
{{ scope.row.manageRouteName == "AFTER_DISCHARGE" ? "出院后" : "" }}
- {{
- scope.row.manageRouteName == "AFTER_ADMISSION" ? "入院后" : ""
+ >{{
+ scope.row.manageRouteName == "AFTER_DISCHARGE" ? "出院后" : ""
}}
+ {{ scope.row.manageRouteName == "AFTER_ADMISSION" ? "入院后" : "" }}
{{
scope.row.manageRouteName == "AFTER_CONSULTATION" ? "就诊后" : ""
}}
- {{ scope.row.manageRouteName == "AFTER_VISIT_DISCHARGE" ? "就诊/出院后" : "" }}
{{
- scope.row.manageRouteName == "PREOPERATIVE" ? "术前" : ""
- }}
- {{
- scope.row.manageRouteName == "POSTOPERATIVE" ? "术后" : ""
+ scope.row.manageRouteName == "AFTER_VISIT_DISCHARGE"
+ ? "就诊/出院后"
+ : ""
}}
+ {{ scope.row.manageRouteName == "PREOPERATIVE" ? "术前" : "" }}
+ {{ scope.row.manageRouteName == "POSTOPERATIVE" ? "术后" : "" }}
-
+
+
{{ parseTime(scope.row.executeTime, "{y}-{m}-{d}") }}
-
@@ -256,7 +255,7 @@
-
+