|
|
|
@ -224,7 +224,7 @@ |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
<div class="flex-center" v-for="(item,index) in archivesList" :key="index" v-show="index == 0 || index == 1 || showArch"> |
|
|
|
|
<div class="flex-center" v-for="(item,index) in archivesList" :key="index" v-show="index == 0 || index == 1 || index == 2 || showArch"> |
|
|
|
|
<el-col :span="16" :offset="4"> |
|
|
|
|
<el-card shadow="hover" class="from_card"> |
|
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="120px" :disabled="isDetail"> |
|
|
|
@ -313,7 +313,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="fold" v-if="archivesList.length > 1"> |
|
|
|
|
<div class="fold" v-if="archivesList.length > 3"> |
|
|
|
|
<img :class="{ 'arrowTransform': showArch, 'arrowTransformReturn': !showArch}" style="width: 21px;height: 17px;" src="../../assets/img/person/open.png" alt="" @click="foldArch"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|