Browse Source

feat: [试验管理] [进入试验] 进入试验的页面

luojie
memorylkf 2 weeks ago
parent
commit
d099fdfa0e
14 changed files with 325 additions and 108 deletions
  1. +5
    -1
      src/lang/en.js
  2. +8
    -0
      src/lang/en/business/study/studyEnter.js
  3. +5
    -1
      src/lang/zh.js
  4. +8
    -0
      src/lang/zh/business/study/studyEnter.js
  5. +1
    -1
      src/views/business/resource/gyzj/comps/ffjl/Xq.vue
  6. +1
    -1
      src/views/business/resource/gyzj/comps/gyzj/Xq.vue
  7. +1
    -1
      src/views/business/resource/mjy/comps/ffjl/Xq.vue
  8. +1
    -1
      src/views/business/resource/mjy/comps/mjy/Xq.vue
  9. +11
    -11
      src/views/business/study/comp/edit.vue
  10. +42
    -44
      src/views/business/study/comp/enter.vue
  11. +134
    -0
      src/views/business/study/comp/suject.vue
  12. +61
    -0
      src/views/business/study/comp/ytbd.vue
  13. +44
    -44
      src/views/business/study/list.vue
  14. +3
    -3
      src/views/login.vue

+ 5
- 1
src/lang/en.js View File

@ -12,6 +12,7 @@ import template from './en/system/template'
// 试验管理
import study from './en/business/study/study'
import studyEnter from './en/business/study/studyEnter'
//资源库管理
// 仪器管理
@ -132,7 +133,10 @@ export default {
sj,
gyzj
},
study: study
study: {
study: study,
studyEnter: studyEnter
}
}
}
}

+ 8
- 0
src/lang/en/business/study/studyEnter.js View File

@ -0,0 +1,8 @@
export default {
ytbdlb: 'Form',
tbbdlb: 'Record',
syxx: 'Information',
wzlb: 'Resources',
syfflb: 'Method',
syjsygl: 'Animal Room Usage'
}

+ 5
- 1
src/lang/zh.js View File

@ -12,6 +12,7 @@ import template from './zh/system/template'
// 试验管理
import study from './zh/business/study/study'
import studyEnter from './zh/business/study/studyEnter'
//资源库管理
// 仪器管理
@ -129,7 +130,10 @@ export default {
sj,
gyzj
},
study: study
study: {
study: study,
studyEnter: studyEnter
}
}
}
}

+ 8
- 0
src/lang/zh/business/study/studyEnter.js View File

@ -0,0 +1,8 @@
export default {
ytbdlb: '预填表单列表',
tbbdlb: '填报表单列表',
syxx: '试验信息',
wzlb: '物资列表',
syfflb: '试验方法列表',
syjsygl: '饲养间使用管理'
}

+ 1
- 1
src/views/business/resource/gyzj/comps/ffjl/Xq.vue View File

@ -7,7 +7,7 @@
<div class="left-title"></div>
</div>
<div class="right-top">
<el-button @click="cancel()">{{ $t('page.business.study.cancel') }}</el-button>
<el-button @click="cancel()">{{ $t('page.business.study.study.cancel') }}</el-button>
<el-button @click="exportExcel()">{{ $t('form.export') }}</el-button>
</div>
</div>

+ 1
- 1
src/views/business/resource/gyzj/comps/gyzj/Xq.vue View File

@ -8,7 +8,7 @@ G