Browse Source

fix:[试验管理,非实验,麻精药]表单优化

lkf
15881625488@163.com 2 months ago
parent
commit
3ccc7fb769
9 changed files with 9 additions and 9 deletions
  1. +1
    -1
      src/views/business/form/drug/comp/sqbd.vue
  2. +1
    -1
      src/views/business/form/drug/comp/tbbd.vue
  3. +1
    -1
      src/views/business/form/drug/comp/wzlb.vue
  4. +1
    -1
      src/views/business/form/drug/comp/ytbd.vue
  5. +1
    -1
      src/views/business/form/nonTrial/comp/tbbd.vue
  6. +1
    -1
      src/views/business/form/nonTrial/comp/wzlb.vue
  7. +1
    -1
      src/views/business/form/nonTrial/comp/ytbd.vue
  8. +1
    -1
      src/views/business/study/comp/syxx.vue
  9. +1
    -1
      src/views/business/study/comp/wzlb.vue

+ 1
- 1
src/views/business/form/drug/comp/sqbd.vue View File

@ -1,6 +1,6 @@
<template> <template>
<div class="study-tbbd"> <div class="study-tbbd">
<div class="tbbd-right">
<div class="tbbd-right" v-if="studyInfo.id&&studyInfo.id!=''">
<sqbdList :study="studyInfo" @showDetail="showDetailCallback"/> <sqbdList :study="studyInfo" @showDetail="showDetailCallback"/>
</div> </div>
</div> </div>

+ 1
- 1
src/views/business/form/drug/comp/tbbd.vue View File

@ -1,6 +1,6 @@
<template> <template>
<div class="study-tbbd"> <div class="study-tbbd">
<div class="tbbd-right">
<div class="tbbd-right" v-if="studyInfo.id&&studyInfo.id!=''">
<tbbdList :study="studyInfo" @showDetail="showDetailCallback"/> <tbbdList :study="studyInfo" @showDetail="showDetailCallback"/>
</div> </div>
</div> </div>

+ 1
- 1
src/views/business/form/drug/comp/wzlb.vue View File

@ -37,7 +37,7 @@
{{ item.name }} {{ item.name }}
</div> </div>
</div> </div>
<div class="content-box">
<div class="content-box" v-if="studyInfo.id&&studyInfo.id!=''">
<gyzjList v-if="active === 'gyzjlb'" :study="studyInfo" @showDetail="showDetailCallback" /> <gyzjList v-if="active === 'gyzjlb'" :study="studyInfo" @showDetail="showDetailCallback" />
<mjyList v-if="active === 'mjylb'" :study="studyInfo" @showDetail="showDetailCallback"/> <mjyList v-if="active === 'mjylb'" :study="studyInfo" @showDetail="showDetailCallback"/>
</div> </div>

+ 1
- 1
src/views/business/form/drug/comp/ytbd.vue View File

@ -1,6 +1,6 @@
<template> <template>
<div class="study-ytbd"> <div class="study-ytbd">
<div class="ytbd-right">
<div class="ytbd-right" v-if="studyInfo.id&&studyInfo.id!=''">
<ytbdList :study="studyInfo" @showDetail="showDetailCallback"/> <ytbdList :study="studyInfo" @showDetail="showDetailCallback"/>
</div> </div>
</div> </div>

+ 1
- 1
src/views/business/form/nonTrial/comp/tbbd.vue View File

@ -1,6 +1,6 @@
<template> <template>
<div class="study-tbbd"> <div class="study-tbbd">
<div class="tbbd-right">
<div class="tbbd-right" v-if="studyInfo.id&&studyInfo.id!=''">
<tbbdList :study="studyInfo" @showDetail="showDetailCallback"/> <tbbdList :study="studyInfo" @showDetail="showDetailCallback"/>
</div> </div>
</div> </div>

+ 1
- 1
src/views/business/form/nonTrial/comp/wzlb.vue View File

@ -37,7 +37,7 @@
{{ item.name }} {{ item.name }}
</div> </div>
</div> </div>
<div class="content-box">
<div class="content-box" v-if="studyInfo.id&&studyInfo.id!=''">
<gyzjList v-if="active === 'gyzjlb'" :study="studyInfo" @showDetail="showDetailCallback" /> <gyzjList v-if="active === 'gyzjlb'" :study="studyInfo" @showDetail="showDetailCallback" />
</div> </div>
</div> </div>

+ 1
- 1
src/views/business/form/nonTrial/comp/ytbd.vue View File

@ -1,6 +1,6 @@
<template> <template>
<div class="study-ytbd"> <div class="study-ytbd">
<div class="ytbd-right">
<div class="ytbd-right" v-if="studyInfo.id&&studyInfo.id!=''">
<ytbdList :study="studyInfo" @showDetail="showDetailCallback"/> <ytbdList :study="studyInfo" @showDetail="showDetailCallback"/>
</div> </div>
</div> </div>

+ 1
- 1
src/views/business/study/comp/syxx.vue View File

@ -49,7 +49,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="syxx-content">
<div class="syxx-content" v-if="studyInfo.id&&studyInfo.id!=''">
<jhbdList :study="studyInfo" @showDetail="showDetailCallback" /> <jhbdList :study="studyInfo" @showDetail="showDetailCallback" />
</div> </div>

+ 1
- 1
src/views/business/study/comp/wzlb.vue View File

@ -37,7 +37,7 @@
{{ item.name }} {{ item.name }}
</div> </div>
</div> </div>
<div class="content-box">
<div class="content-box" v-if="studyInfo.id&&studyInfo.id!=''">
<sjList v-if="active === 'sjlb'" :study="studyInfo" @showDetail="showDetailCallback" /> <sjList v-if="active === 'sjlb'" :study="studyInfo" @showDetail="showDetailCallback" />
<gspList v-if="active === 'gsplb'" :study="studyInfo" @showDetail="showDetailCallback" /> <gspList v-if="active === 'gsplb'" :study="studyInfo" @showDetail="showDetailCallback" />
<gyzjList v-if="active === 'gyzjlb'" :study="studyInfo" @showDetail="showDetailCallback" /> <gyzjList v-if="active === 'gyzjlb'" :study="studyInfo" @showDetail="showDetailCallback" />

Loading…
Cancel
Save