zhanbo.xu

feat: 修改UI

...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
335 </Formitem> 335 </Formitem>
336 </el-col> 336 </el-col>
337 <!-- 加签方式 --> 337 <!-- 加签方式 -->
338 - <el-col :span="8"> 338 + <el-col :span="8" :key="dateKey">
339 <Formitem label="加签方式" prop="methodOfSignature" type="edit"> 339 <Formitem label="加签方式" prop="methodOfSignature" type="edit">
340 <el-select 340 <el-select
341 type="text" 341 type="text"
......