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