diff --git a/src/assets/images/back.png b/src/assets/images/back.png new file mode 100644 index 0000000..b5e7b24 Binary files /dev/null and b/src/assets/images/back.png differ diff --git a/src/lang/en/business/study/study.js b/src/lang/en/business/study/study.js index 1bb4762..123d7c3 100644 --- a/src/lang/en/business/study/study.js +++ b/src/lang/en/business/study/study.js @@ -13,7 +13,7 @@ export default { formCount: 'Records', formFinishCount: 'Completed Records', createDate: 'Creation Date', - remark: 'Remark', + remark: 'Description', statusCg: 'Draft', statusSyz: 'On-going', @@ -35,5 +35,11 @@ export default { jd: 'De-archive', js: 'Unlock', - notEmpty: ' Can Not Be Empty' + create: 'Create New Study', + inputName: 'Input Study Name', + inputSn: 'Input Study ID', + inputLeader: 'Select Study Director', + cancel: 'Cancel', + save: 'Save', + submit: 'Submit' } diff --git a/src/lang/zh/business/study/study.js b/src/lang/zh/business/study/study.js index 90a0bad..d1ef628 100644 --- a/src/lang/zh/business/study/study.js +++ b/src/lang/zh/business/study/study.js @@ -35,5 +35,11 @@ export default { jd: '解档', js: '解锁', - notEmpty: '不能为空' + create: '创建试验', + inputName: '请输入试验名称', + inputSn: '请输入试验编号', + inputLeader: '请选择负责人', + cancel: '取消', + save: '保存', + submit: '提交' } diff --git a/src/views/business/study/comp/edit.vue b/src/views/business/study/comp/edit.vue new file mode 100644 index 0000000..13ebc68 --- /dev/null +++ b/src/views/business/study/comp/edit.vue @@ -0,0 +1,156 @@ + + + + \ No newline at end of file diff --git a/src/views/business/study/list.vue b/src/views/business/study/list.vue index 8a71410..8c882a2 100644 --- a/src/views/business/study/list.vue +++ b/src/views/business/study/list.vue @@ -1,140 +1,146 @@ @@ -142,6 +148,7 @@ \ No newline at end of file