Commit db733ec4 authored by 张锡奇's avatar 张锡奇

upload

parent 4996e8af
......@@ -156,7 +156,7 @@
<span @click="edit">我要修改</span>
</div>
</div>
<div class="iCard" :style="{'margin-bottom':'10px','margin-top':showEditArea ? '0' : '8px'}">
<div class="iCard" :style="{'margin-bottom':'10px','margin-top':showEditArea && !readOnly ? '0' : '8px'}">
<div class="list">
<div class="tip">1. 是否从其他城市返回<span style="color:red;">*</span></div>
<v-radio-group v-model="baseData.bBackFromother" :disabled="baseData.bBackFromother == 'true' ? (showEditArea || submitForm.length > 0) : showEditArea" @change="changeRadio">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment