Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -178,7 +178,7 @@ | ... | @@ -178,7 +178,7 @@ |
| 178 | </el-form-item> | 178 | </el-form-item> |
| 179 | 179 | ||
| 180 | </el-form> | 180 | </el-form> |
| 181 | - <div style="marginleft: 200px"> | 181 | + <div style="marginLeft: 200px"> |
| 182 | <el-button type="primary" size="small" v-if="$route.params.handle != 'detail'" @click="submit('form')" | 182 | <el-button type="primary" size="small" v-if="$route.params.handle != 'detail'" @click="submit('form')" |
| 183 | :loading="btnLoading"> | 183 | :loading="btnLoading"> |
| 184 | <span v-if="$route.params.handle === 'add'">添加</span> | 184 | <span v-if="$route.params.handle === 'add'">添加</span> | ... | ... |
-
Please register or login to post a comment