|
|
@ -26,7 +26,7 @@ |
|
|
<el-button type="primary" @click="dcbhsjgj">{{ $t('page.business.study.studyFormPlan.dcbhsjgj') }} |
|
|
<el-button type="primary" @click="dcbhsjgj">{{ $t('page.business.study.studyFormPlan.dcbhsjgj') }} |
|
|
</el-button> |
|
|
</el-button> |
|
|
</div> |
|
|
</div> |
|
|
<TemplateTable ref="templateTable" :sn="form.templateSn" fillType="audit" :templateData="form"/> |
|
|
|
|
|
|
|
|
<TemplateTable ref="templateTable" :sn="form.templateSn" fillType="audit" :templateData="form" /> |
|
|
<div class="content-title"> |
|
|
<div class="content-title"> |
|
|
<div class="line"></div> |
|
|
<div class="line"></div> |
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormPlan.qmxx') }}</div> |
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormPlan.qmxx') }}</div> |
|
|
@ -35,8 +35,8 @@ |
|
|
<el-table :data="qmxxList" v-loading="loadingQmxx"> |
|
|
<el-table :data="qmxxList" v-loading="loadingQmxx"> |
|
|
<el-table-column :label="$t('page.business.study.studyFormPlan.qmr')" align="center" prop="qmrMc" |
|
|
<el-table-column :label="$t('page.business.study.studyFormPlan.qmr')" align="center" prop="qmrMc" |
|
|
width="150px" /> |
|
|
width="150px" /> |
|
|
<el-table-column :label="$t('page.business.study.studyFormPlan.qmyy')" align="center" prop="qmyy" |
|
|
|
|
|
width="150px" /> |
|
|
|
|
|
|
|
|
<el-table-column :label="$t('page.business.study.studyFormPlan.qmyy')" align="center" |
|
|
|
|
|
:prop="$i18n.locale === 'zh_CN' ? 'qmyy' : 'qmyyEn'" width="150px" /> |
|
|
<el-table-column :label="$t('page.business.study.studyFormPlan.qmsj')" align="center" prop="createTime" |
|
|
<el-table-column :label="$t('page.business.study.studyFormPlan.qmsj')" align="center" prop="createTime" |
|
|
width="150px" /> |
|
|
width="150px" /> |
|
|
<el-table-column :label="$t('page.business.study.studyFormPlan.bzyy')" align="center" prop="remark" |
|
|
<el-table-column :label="$t('page.business.study.studyFormPlan.bzyy')" align="center" prop="remark" |
|
|
@ -51,7 +51,7 @@ |
|
|
<div class="line"></div> |
|
|
<div class="line"></div> |
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormPlan.jcgj') }}</div> |
|
|
<div class="subtitle"> {{ $t('page.business.study.studyFormPlan.jcgj') }}</div> |
|
|
</div> |
|
|
</div> |
|
|
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true"/> |
|
|
|
|
|
|
|
|
<JcgjList ref="jcgjList" @handleQuery="getJjcgjList" :showXg="true" /> |
|
|
|
|
|
|
|
|
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal" |
|
|
<pagination v-show="jcgjTotal > 0" small layout="prev, pager, next" :total="jcgjTotal" |
|
|
@pagination="getJjcgjList" /> |
|
|
@pagination="getJjcgjList" /> |
|
|
@ -64,7 +64,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import { studyFormPlan_info, studyFormPlan_jcgj, studyFormPlan_qmxx } from "@/api/business/study/studyFormPlan" |
|
|
|
|
|
|
|
|
import { studyFormPlan_info, studyFormPlan_jcgj, studyFormPlan_qmxx } from "@/api/business/study/studyFormPlan" |
|
|
import { mapGetters } from 'vuex' |
|
|
import { mapGetters } from 'vuex' |
|
|
import JcgjList from "@/views/business/comps/common/JcgjList"; |
|
|
import JcgjList from "@/views/business/comps/common/JcgjList"; |
|
|
import TemplateTable from '@/views/business/comps/template/TemplateTable'; |
|
|
import TemplateTable from '@/views/business/comps/template/TemplateTable'; |
|
|
@ -109,7 +109,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
|
...mapGetters([ |
|
|
...mapGetters([ |
|
|
'nickName','name' |
|
|
|
|
|
|
|
|
'nickName', 'name' |
|
|
]), |
|
|
]), |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
|
|