Browse Source

feat: [试验管理] 借阅操作

master
memorylkf 1 week ago
parent
commit
b864325dfd
4 changed files with 36 additions and 9 deletions
  1. +2
    -1
      src/lang/en/business/study/study.js
  2. +2
    -1
      src/lang/zh/business/study/study.js
  3. +31
    -6
      src/views/business/study/comp/sign.vue
  4. +1
    -1
      src/views/business/study/list.vue

+ 2
- 1
src/lang/en/business/study/study.js View File

@ -66,5 +66,6 @@ export default {
bj: 'Change', bj: 'Change',
ry: 'User', ry: 'User',
scsy: 'Remove Study'
scsy: 'Remove Study',
jysj: 'Checkout Period'
} }

+ 2
- 1
src/lang/zh/business/study/study.js View File

@ -66,5 +66,6 @@ export default {
bj: '编辑', bj: '编辑',
ry: '人员', ry: '人员',
scsy: '删除试验'
scsy: '删除试验',
jysj: '借阅时间'
} }

+ 31
- 6
src/views/business/study/comp/sign.vue View File

@ -4,9 +4,16 @@ G