diff --git a/src/views/dictionary/institutions/components/SiteForm.vue b/src/views/dictionary/institutions/components/SiteForm.vue index 669fdba8..351abb77 100644 --- a/src/views/dictionary/institutions/components/SiteForm.vue +++ b/src/views/dictionary/institutions/components/SiteForm.vue @@ -13,9 +13,14 @@ - + + + + + + @@ -113,6 +118,10 @@ export default { { required: true, message: 'Please specify', trigger: 'blur' }, { max: 50, message: 'The maximum length is 50' } ], + SiteNameCN: [ + { required: true, message: 'Please specify', trigger: 'blur' }, + { max: 50, message: 'The maximum length is 50' } + ], SiteCode: [ { required: true, message: 'Please specify', trigger: 'blur' }, { max: 50, message: 'The maximum length is 50' } @@ -144,11 +153,13 @@ export default { { max: 50, message: 'The maximum length is 50' } ] }, - loading: false + loading: false, + show: false } }, mounted() { this.initForm() + this.show = process.env.VUE_APP_OSS_PATH === '/usa/dist' }, methods: { handleSave() { diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/customSiteForm.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/customSiteForm.vue index c920885a..03377009 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/customSiteForm.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/customSiteForm.vue @@ -1,183 +1,194 @@ - - + + diff --git a/src/views/trials/trials-panel/visit/consistency-check/index.vue b/src/views/trials/trials-panel/visit/consistency-check/index.vue index 7ea951ae..7a5a659f 100644 --- a/src/views/trials/trials-panel/visit/consistency-check/index.vue +++ b/src/views/trials/trials-panel/visit/consistency-check/index.vue @@ -66,6 +66,7 @@