Browse Source

fix:[试验管理][填报表单]

lkf
15881625488@163.com 3 months ago
parent
commit
ab3363b2c1
6 changed files with 20 additions and 20 deletions
  1. +4
    -4
      src/views/business/form/drug/comp/sqbdList.vue
  2. +4
    -4
      src/views/business/form/drug/comp/tbbdList.vue
  3. +4
    -4
      src/views/business/form/nonTrial/comp/tbbdList.vue
  4. +2
    -2
      src/views/business/study/comp/sqbd/Bj.vue
  5. +2
    -2
      src/views/business/study/comp/tbbd/Bj.vue
  6. +4
    -4
      src/views/business/study/comp/tbbdList.vue

+ 4
- 4
src/views/business/form/drug/comp/sqbdList.vue View File

@ -58,8 +58,8 @@
<el-form-item :label="$t('page.business.study.studyFormApply.sfbl')"> <el-form-item :label="$t('page.business.study.studyFormApply.sfbl')">
<el-select v-model="searchForm.sfbl" :placeholder="$t('form.placeholderSelect')" clearable <el-select v-model="searchForm.sfbl" :placeholder="$t('form.placeholderSelect')" clearable
@change="search"> @change="search">
<el-option :label="$t('page.business.study.studyFormApply.yes')" :value="10" />
<el-option :label="$t('page.business.study.studyFormApply.no')" :value="1" />
<el-option :label="$t('page.business.study.studyFormApply.yes')" value="是" />
<el-option :label="$t('page.business.study.studyFormApply.no')" value="否" />
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -83,8 +83,8 @@
<el-table-column :label="$t('page.business.study.studyFormApply.sfbl')" align="center" prop="status" <el-table-column :label="$t('page.business.study.studyFormApply.sfbl')" align="center" prop="status"
width="100"> width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.sfbl === 10">{{ $t('page.business.study.studyFormApply.yes') }}</span>
<span v-if="scope.row.sfbl === 1">{{ $t('page.business.study.studyFormApply.no') }}</span>
<span v-if="scope.row.sfbl === '是'">{{ $t('page.business.study.studyFormApply.yes') }}</span>
<span v-if="scope.row.sfbl === '否'">{{ $t('page.business.study.studyFormApply.no') }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('page.business.form.status')" prop="status" align="center" width="100"> <el-table-column :label="$t('page.business.form.status')" prop="status" align="center" width="100">

+ 4
- 4
src/views/business/form/drug/comp/tbbdList.vue View File

@ -58,8 +58,8 @@
<el-form-item :label="$t('page.business.study.studyFormFill.sfbl')"> <el-form-item :label="$t('page.business.study.studyFormFill.sfbl')">
<el-select v-model="searchForm.sfbl" :placeholder="$t('form.placeholderSelect')" clearable <el-select v-model="searchForm.sfbl" :placeholder="$t('form.placeholderSelect')" clearable
@change="search"> @change="search">
<el-option :label="$t('page.business.study.studyFormFill.yes')" :value="10" />
<el-option :label="$t('page.business.study.studyFormFill.no')" :value="1" />
<el-option :label="$t('page.business.study.studyFormFill.yes')" value="是" />
<el-option :label="$t('page.business.study.studyFormFill.no')" value="否" />
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -93,8 +93,8 @@
<el-table-column :label="$t('page.business.study.studyFormFill.sfbl')" align="center" prop="status" <el-table-column :label="$t('page.business.study.studyFormFill.sfbl')" align="center" prop="status"
width="100"> width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.sfbl === 10">{{ $t('page.business.study.studyFormFill.yes') }}</span>
<span v-if="scope.row.sfbl === 1">{{ $t('page.business.study.studyFormFill.no') }}</span>
<span v-if="scope.row.sfbl === '是'">{{ $t('page.business.study.studyFormFill.yes') }}</span>
<span v-if="scope.row.sfbl === '否'">{{ $t('page.business.study.studyFormFill.no') }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('page.business.form.tjsj')" align="center" prop="tjsj" width="140" /> <el-table-column :label="$t('page.business.form.tjsj')" align="center" prop="tjsj" width="140" />

+ 4
- 4
src/views/business/form/nonTrial/comp/tbbdList.vue View File

@ -58,8 +58,8 @@
<el-form-item :label="$t('page.business.study.studyFormFill.sfbl')"> <el-form-item :label="$t('page.business.study.studyFormFill.sfbl')">
<el-select v-model="searchForm.sfbl" :placeholder="$t('form.placeholderSelect')" clearable <el-select v-model="searchForm.sfbl" :placeholder="$t('form.placeholderSelect')" clearable
@change="search"> @change="search">
<el-option :label="$t('page.business.study.studyFormFill.yes')" :value="10" />
<el-option :label="$t('page.business.study.studyFormFill.no')" :value="1" />
<el-option :label="$t('page.business.study.studyFormFill.yes')" value="是" />
<el-option :label="$t('page.business.study.studyFormFill.no')" value="否" />
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -94,8 +94,8 @@
<el-table-column :label="$t('page.business.study.studyFormFill.sfbl')" align="center" prop="status" <el-table-column :label="$t('page.business.study.studyFormFill.sfbl')" align="center" prop="status"
width="100"> width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.sfbl === 10">{{ $t('page.business.study.studyFormFill.yes') }}</span>
<span v-if="scope.row.sfbl === 1">{{ $t('page.business.study.studyFormFill.no') }}</span>
<span v-if="scope.row.sfbl ==='是'">{{ $t('page.business.study.studyFormFill.yes') }}</span>
<span v-if="scope.row.sfbl === '否'">{{ $t('page.business.study.studyFormFill.no') }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('page.business.form.tjsj')" align="center" prop="tjsj" width="140" /> <el-table-column :label="$t('page.business.form.tjsj')" align="center" prop="tjsj" width="140" />

+ 2
- 2
src/views/business/study/comp/sqbd/Bj.vue View File

@ -57,8 +57,8 @@
<el-col :span="24"> <el-col :span="24">
<el-form-item :label="$t('page.business.study.studyFormApply.sfbl')" prop="sfbl"> <el-form-item :label="$t('page.business.study.studyFormApply.sfbl')" prop="sfbl">
<el-select v-model="form.sfbl" :placeholder="$t('form.placeholderSelect')"> <el-select v-model="form.sfbl" :placeholder="$t('form.placeholderSelect')">
<el-option :label="$t('page.business.study.studyFormApply.yes')" :value="10" />
<el-option :label="$t('page.business.study.studyFormApply.no')" :value="1" />
<el-option :label="$t('page.business.study.studyFormApply.yes')" value="是" />
<el-option :label="$t('page.business.study.studyFormApply.no')" value="否" />
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>

+ 2
- 2
src/views/business/study/comp/tbbd/Bj.vue View File

@ -58,8 +58,8 @@
<el-form-item :label="$t('page.business.study.studyFormFill.sfbl')" prop="sfbl"> <el-form-item :label="$t('page.business.study.studyFormFill.sfbl')" prop="sfbl">
<el-select v-model="form.sfbl" :placeholder="$t('form.placeholderSelect')" <el-select v-model="form.sfbl" :placeholder="$t('form.placeholderSelect')"
:disabled="form.id && form.id !== ''"> :disabled="form.id && form.id !== ''">
<el-option :label="$t('page.business.study.studyFormFill.yes')" :value="10" />
<el-option :label="$t('page.business.study.studyFormFill.no')" :value="1" />
<el-option :label="$t('page.business.study.studyFormFill.yes')" value="是" />
<el-option :label="$t('page.business.study.studyFormFill.no')" value="否" />
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>

+ 4
- 4
src/views/business/study/comp/tbbdList.vue View File

@ -58,8 +58,8 @@
<el-form-item :label="$t('page.business.study.studyFormFill.sfbl')"> <el-form-item :label="$t('page.business.study.studyFormFill.sfbl')">
<el-select v-model="searchForm.sfbl" :placeholder="$t('form.placeholderSelect')" clearable <el-select v-model="searchForm.sfbl" :placeholder="$t('form.placeholderSelect')" clearable
@change="search"> @change="search">
<el-option :label="$t('page.business.study.studyFormFill.yes')" :value="10" />
<el-option :label="$t('page.business.study.studyFormFill.no')" :value="1" />
<el-option :label="$t('page.business.study.studyFormFill.yes')" value="是" />
<el-option :label="$t('page.business.study.studyFormFill.no')" value="否" />
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -94,8 +94,8 @@
<el-table-column :label="$t('page.business.study.studyFormFill.sfbl')" align="center" prop="status" <el-table-column :label="$t('page.business.study.studyFormFill.sfbl')" align="center" prop="status"
width="100"> width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.sfbl === 10">{{ $t('page.business.study.studyFormFill.yes') }}</span>
<span v-if="scope.row.sfbl === 1">{{ $t('page.business.study.studyFormFill.no') }}</span>
<span v-if="scope.row.sfbl === '是'">{{ $t('page.business.study.studyFormFill.yes') }}</span>
<span v-if="scope.row.sfbl === '否'">{{ $t('page.business.study.studyFormFill.no') }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('page.business.form.tjsj')" align="center" prop="tjsj" width="140" /> <el-table-column :label="$t('page.business.form.tjsj')" align="center" prop="tjsj" width="140" />

Loading…
Cancel
Save