|
|
|
@ -36,7 +36,7 @@ |
|
|
|
</el-form-item> |
|
|
|
<div class="right-btn"> |
|
|
|
<el-form-item> |
|
|
|
<el-button type="primary" icon="el-icon-search" @click="search">{{ $t('form.search') }}</el-button> |
|
|
|
<el-button type="primary" icon="el-icon-search" @click="search">{{ $t('page.business.study.study.search') }}</el-button> |
|
|
|
<el-button icon="el-icon-refresh" @click="reset">{{ $t('form.reset') }}</el-button> |
|
|
|
</el-form-item> |
|
|
|
</div> |
|
|
|
@ -250,7 +250,7 @@ export default { |
|
|
|
del(row) { |
|
|
|
this.operate = 'del' |
|
|
|
this.operateRow = row |
|
|
|
this.$refs.signRef.show(this.$t('page.business.study.study.scsy'),this.$t('page.business.study.study.scsy')) |
|
|
|
this.$refs.signRef.show(this.$t('page.business.study.study.scsy'),'删除试验') |
|
|
|
}, |
|
|
|
doDel(signInfo) { |
|
|
|
this.$modal.loading() |
|
|
|
@ -270,7 +270,7 @@ export default { |
|
|
|
gd(row) { |
|
|
|
this.operate = 'gd' |
|
|
|
this.operateRow = row |
|
|
|
this.$refs.signRef.show(this.$t('page.business.study.study.sqgd'),this.$t('page.business.study.study.sqgd')) |
|
|
|
this.$refs.signRef.show(this.$t('page.business.study.study.sqgd'),'申请归档') |
|
|
|
}, |
|
|
|
doGd(signInfo) { |
|
|
|
this.$modal.loading() |
|
|
|
@ -290,7 +290,7 @@ export default { |
|
|
|
js(row) { |
|
|
|
this.operate = 'js' |
|
|
|
this.operateRow = row |
|
|
|
this.$refs.signRef.show(this.$t('page.business.study.study.jssy'),this.$t('page.business.study.study.jssy')) |
|
|
|
this.$refs.signRef.show(this.$t('page.business.study.study.jssy'),'解锁试验') |
|
|
|
}, |
|
|
|
doJs(signInfo) { |
|
|
|
this.$modal.loading() |
|
|
|
@ -310,7 +310,7 @@ export default { |
|
|
|
jd(row) { |
|
|
|
this.operate = 'jd' |
|
|
|
this.operateRow = row |
|
|
|
this.$refs.signRef.show(this.$t('page.business.study.study.sqjd'),this.$t('page.business.study.study.sqjd')) |
|
|
|
this.$refs.signRef.show(this.$t('page.business.study.study.sqjd'),'申请解档') |
|
|
|
}, |
|
|
|
doJd(signInfo) { |
|
|
|
this.$modal.loading() |
|
|
|
@ -330,7 +330,7 @@ export default { |
|
|
|
jy(row) { |
|
|
|
this.operate = 'jy' |
|
|
|
this.operateRow = row |
|
|
|
this.$refs.signRef.show(this.$t('page.business.study.study.sqjy'),this.$t('page.business.study.study.sqjy'),true) |
|
|
|
this.$refs.signRef.show(this.$t('page.business.study.study.sqjy'),'申请借阅',true) |
|
|
|
}, |
|
|
|
doJy(signInfo) { |
|
|
|
this.$modal.loading() |
|
|
|
|