diff --git a/src/views/dictionary/institutions/components/HospitalForm.vue b/src/views/dictionary/institutions/components/HospitalForm.vue
index 9c5897c7..0452a4f2 100644
--- a/src/views/dictionary/institutions/components/HospitalForm.vue
+++ b/src/views/dictionary/institutions/components/HospitalForm.vue
@@ -8,12 +8,15 @@
label-width="170px"
>
-
-
+
+
+
+
+
@@ -88,9 +91,7 @@ export default {
},
siteList: [],
rules: {
- SiteId: [{ required: true, message: 'Please specify', trigger: 'blur' },
- { max: 50, message: 'The maximum length is 50' }],
- HospitalName: [{ required: true, message: 'Please specify', trigger: 'blur' }, { max: 50, message: 'The maximum length is 50' }],
+ HospitalNameCN: [{ required: true, message: 'Please specify', trigger: 'blur' }, { max: 50, message: 'The maximum length is 50' }],
UniversityAffiliated: [{ max: 100, message: 'The maximum length is 100' }],
UniversityAffiliatedCN: [{ max: 100, message: 'The maximum length is 100' }],
Country: [{ required: true, message: 'Please specify', trigger: 'blur' },
diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue
index cd9e8131..ae7382e2 100644
--- a/src/views/system/notice/index.vue
+++ b/src/views/system/notice/index.vue
@@ -59,56 +59,56 @@
-
+
{{ $d.NoteLevel.find(v => {return v.raw.Code * 1 === scope.row.NoticeLevelEnum}) ? $d.NoteLevel.find(v => {return v.raw.Code * 1 === scope.row.NoticeLevelEnum}).label : '' }}
-
+
{{ $d.NoteType.find(v => {return v.raw.Code * 1 === scope.row.NoticeTypeEnum}) ? $d.NoteType.find(v => {return v.raw.Code * 1 === scope.row.NoticeTypeEnum}).label : '' }}
-
+
{{ scope.row.NoticeContent }}
-
+
{{ $d.NoticeState.find(v => {return v.raw.Code * 1 === scope.row.ActualNoticeStateEnum}) ? $d.NoticeState.find(v => {return v.raw.Code * 1 === scope.row.ActualNoticeStateEnum}).label : '' }}
-
+
{{ $d.NoticeApplicableTrial.find(v => {return v.raw.Code * 1 === scope.row.ApplicableProjectEnum}) ? $d.NoticeApplicableTrial.find(v => {return v.raw.Code * 1 === scope.row.ApplicableProjectEnum}).label : '' }}
-
+
{{ scope.row.NoticeUserTypeList.map(v => v.UserTypeShortName).toString() }}
-
+
{{ dict.type.NoticeMode.find(v => {return v.raw.Code * 1 === scope.row.NoticeModeEnum}) ? $d.NoticeMode.find(v => {return v.raw.Code * 1 === scope.row.NoticeModeEnum}).label : '' }}
-
+
{{ scope.row.StartDate }}-{{ scope.row.EndDate }}
-
-
-
+
+
+
{{ scope.row.StartDate ? scope.row.StartDate: scope.row.CreateTime }}
-
+
{{ scope.row.FileName }}
diff --git a/src/views/trials/trials-workbench/index.vue b/src/views/trials/trials-workbench/index.vue
index 33f826e9..ed5e1ebf 100644
--- a/src/views/trials/trials-workbench/index.vue
+++ b/src/views/trials/trials-workbench/index.vue
@@ -11,9 +11,9 @@
-
-
-
+
+
+
@@ -40,13 +40,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+