|
@@ -103,10 +103,10 @@
|
|
|
</a-layout>
|
|
|
<title-divider title="配件清单" width="90px"></title-divider>
|
|
|
<div class="table-operator" v-if="$auth('repair-application-forms-finish')">
|
|
|
- <a-button type="primary" @click="handleSpareSelect">
|
|
|
+<!-- <a-button type="primary" @click="handleSpareSelect">
|
|
|
<a-icon type="plus"/>
|
|
|
添加
|
|
|
- </a-button>
|
|
|
+ </a-button>-->
|
|
|
</div>
|
|
|
<a-table
|
|
|
:data-source="dataSpare"
|
|
@@ -116,10 +116,10 @@
|
|
|
</a-table>
|
|
|
<title-divider title="费用清单" width="90px"></title-divider>
|
|
|
<div class="table-operator" v-if="$auth('repair-application-forms-finish') ">
|
|
|
- <a-button type="primary" @click="handleAddFee">
|
|
|
+<!-- <a-button type="primary" @click="handleAddFee">
|
|
|
<a-icon type="plus"/>
|
|
|
添加
|
|
|
- </a-button>
|
|
|
+ </a-button>-->
|
|
|
</div>
|
|
|
<a-table
|
|
|
:data-source="dataFee"
|
|
@@ -142,10 +142,10 @@
|
|
|
</a-table>
|
|
|
<title-divider title="维修报告" width="90px"></title-divider>
|
|
|
<div class="table-operator" >
|
|
|
- <a-button type="primary" v-if="$auth('repair-repair-reasons-add') && ((dataReason === null) || (dataReason.length===0))" @click="handleAddReason">
|
|
|
+<!-- <a-button type="primary" v-if="$auth('repair-repair-reasons-add') && ((dataReason === null) || (dataReason.length===0))" @click="handleAddReason">
|
|
|
<a-icon type="plus"/>
|
|
|
添加
|
|
|
- </a-button>
|
|
|
+ </a-button>-->
|
|
|
</div>
|
|
|
<a-table
|
|
|
:data-source="dataReason"
|