1
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
| 43 | </el-row> | 43 | </el-row> |
| 44 | <el-row class="mt-10"> | 44 | <el-row class="mt-10"> |
| 45 | <el-col :span="5"> | 45 | <el-col :span="5"> |
| 46 | <el-form-item label="查封机关"> | 46 | <el-form-item label="查封机关" label-width="80px"> |
| 47 | <el-input v-model="form.CFJG" placeholder="查封机关"></el-input> | 47 | <el-input v-model="form.CFJG" placeholder="查封机关"></el-input> |
| 48 | </el-form-item> | 48 | </el-form-item> |
| 49 | </el-col> | 49 | </el-col> |
| ... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
| 53 | </el-form-item> | 53 | </el-form-item> |
| 54 | </el-col> | 54 | </el-col> |
| 55 | <el-col :span="5"> | 55 | <el-col :span="5"> |
| 56 | <el-form-item label="解封机关"> | 56 | <el-form-item label="解封机关" label-width="80px"> |
| 57 | <el-input v-model="form.JFJG" placeholder="解封机关"></el-input> | 57 | <el-input v-model="form.JFJG" placeholder="解封机关"></el-input> |
| 58 | </el-form-item> | 58 | </el-form-item> |
| 59 | </el-col> | 59 | </el-col> | ... | ... |
-
Please register or sign in to post a comment