Authored by jiran.zhao

联调

@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
35 <Button id="cancel" type="primary" size="large" @click="backList">取消</Button> 35 <Button id="cancel" type="primary" size="large" @click="backList">取消</Button>
36 </Form-item> 36 </Form-item>
37 </Form> 37 </Form>
38 - <Spin size="large" v-else-if="showLoading" fix></Spin> 38 + <Spin v-else-if="showLoading" size="large" fix></Spin>
39 </layout-body> 39 </layout-body>
40 </template> 40 </template>
41 41