diff --git a/src/App.vue b/src/App.vue index 0b6ce56..60d0099 100644 --- a/src/App.vue +++ b/src/App.vue @@ -103,7 +103,8 @@ export default { }; }, mounted() { - this.show = process.env.VUE_APP_OSS_PATH === "/hir_test/dist"; + // this.show = process.env.VUE_APP_OSS_PATH === "/hir_test/dist"; + this.show = true; }, methods: { changeValue(target, attr, e) { @@ -191,8 +192,8 @@ export default { } else { this.tableData = Object.assign([], this.arr); } - console.log(JSON.stringify(this.$path)); - console.log(JSON.stringify(this.tableData)); + // console.log(JSON.stringify(this.$path)); + // console.log(JSON.stringify(this.tableData)); }, }, }; diff --git a/src/components/BaseForm/search-form.vue b/src/components/BaseForm/search-form.vue index dfaadf4..43d416c 100644 --- a/src/components/BaseForm/search-form.vue +++ b/src/components/BaseForm/search-form.vue @@ -2,18 +2,28 @@ \ No newline at end of file diff --git a/src/views/trials/trials-panel/subject/subject-list/index.vue b/src/views/trials/trials-panel/subject/subject-list/index.vue index 8a90acf..1453050 100644 --- a/src/views/trials/trials-panel/subject/subject-list/index.vue +++ b/src/views/trials/trials-panel/subject/subject-list/index.vue @@ -111,6 +111,10 @@ {{ index === scope.row.PatientList.length - 1 @@ -280,10 +284,18 @@ @handleOpenDialog="handleOpenDialog" @getList="getList" /> + +