|
@@ -88,7 +88,7 @@
|
|
|
</a-form-model>
|
|
|
</div>
|
|
|
</a-card>
|
|
|
- <a-card :bordered="false" class="three" style="margin-bottom:1%" :loading = 'loading'>
|
|
|
+ <a-card :bordered="false" class="three" style="margin-bottom:1%" >
|
|
|
<div class="table-operator">
|
|
|
<a-button type="danger" size="small" :disabled="form.state!='开立'" @click="addList" >增行</a-button>
|
|
|
<a-button size="small" @click="delectRow" :disabled="form.state!='开立'" >删行</a-button>
|