| | |
| | | <div class="info_list_item_val">{{form.minAge}}至{{form.maxAge}}</div> |
| | | </div> |
| | | <div class="info_list_item"> |
| | | <div class="info_list_item_label">保险费用:</div> |
| | | <div class="info_list_item_label" v-if="form.type !=1">方案费用:</div> |
| | | <div class="info_list_item_label" v-else>服务费用:</div> |
| | | <div class="info_list_item_val"> |
| | | {{form.price}}元/人/ |
| | | <!-- <span v-if="form.timeUnit === 0">天</span> |
| | |
| | | <span>更换派遣单位 <i :class="form.canChangeUnit ==1?'el-icon-circle-check':'el-icon-circle-close'" :style="form.canChangeUnit ==1?'color:green;font-weight:bold':'color:red;font-weight:bold'"></i></span> |
| | | </div> |
| | | </div> |
| | | <div class="info_list_item"> |
| | | <div class="info_list_item" v-if="(form.timeUnit===2 && (form.insureCycleUnit===2||form.insureCycleUnit===0)) || form.timeUnit===2 && (form.insureCycleUnit===2||form.insureCycleUnit===0))"> |
| | | <div class="info_list_item_label">批改仅支持替换:</div> |
| | | <div class="info_list_item_val" v-if="form.delOnlyReplace == 1">是</div> |
| | | <div class="info_list_item_val" v-else>否</div> |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | <div class="info_agree"> |
| | | <div class="info_agree_label">特别约定:{{form.specialAgreement}}</div> |
| | | <div class="info_agree_label">特别说明:{{form.specialInfo}}</div> |
| | | <div class="info_agree_label">其他说明:{{form.ortherInfo}}</div> |
| | | <div class="info_agree_label">特别约定:<div v-html="form.specialAgreement"></div></div> |
| | | <div class="info_agree_label">特别说明:<div v-html="form.specialInfo"></div></div> |
| | | <div class="info_agree_label">其他说明:<div v-html="form.ortherInfo"></div></div> |
| | | </div> |
| | | </div> |
| | | <!-- 修改 --> |