|
|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
<span style="color: red;font-weight: bold;padding-right: 4px;">*</span>执行方式:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-select v-if="formObj.from==1" :disabled="isdisabled || isEditor" v-model="formObj.carry_type"
|
|
|
|
|
<el-select v-if="formObj.admin_type==2 || formObj.from==1" :disabled="isdisabled || isEditor" v-model="formObj.carry_type"
|
|
|
|
|
style="width: 400px;" placeholder="请选择">
|
|
|
|
|
<el-option v-for="item in carryPidList" :key="item.id" :label="item.value" :value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
@ -58,7 +58,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:finish_status v-if="type=='editor'">
|
|
|
|
|
<template v-slot:finish_status v-if="type=='editor' || type=='check'">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label" style="font-weight: bold">
|
|
|
|
|
<span style="color: red;font-weight: bold;padding-right: 4px;">*</span>完成情况:
|
|
|
|
|
@ -72,7 +72,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:file_ids v-if="type=='editor'">
|
|
|
|
|
<template v-slot:file_ids v-if="type=='editor' || type=='check'">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label" style="font-weight: bold">
|
|
|
|
|
<span style="color: red;font-weight: bold;padding-right: 4px;"></span>成果资料:
|
|
|
|
|
@ -88,7 +88,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<template v-slot:end_introduce v-if="type=='editor'">
|
|
|
|
|
<template v-slot:end_introduce v-if="type=='editor' || type=='check'">
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label" style="font-weight: bold">
|
|
|
|
|
<span style="color: red;font-weight: bold;padding-right: 4px;"></span>完成概述:
|
|
|
|
|
|