|
@@ -167,7 +167,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
align="center"
|
|
|
- prop="instrumentNo"
|
|
|
+ prop="repairName"
|
|
|
label="乐器编号"
|
|
|
></el-table-column>
|
|
|
<el-table-column align="center" prop="createTime" label="送修日期">
|
|
@@ -218,13 +218,13 @@
|
|
|
</p>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <!-- <el-col :span="12">
|
|
|
- <el-form-item label="乐器编号:">
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item label="维修单名称:">
|
|
|
<p v-if="activeRow" class="visibleCell">
|
|
|
- {{ activeRow.instrumentNo }}
|
|
|
+ {{ activeRow.repairName }}
|
|
|
</p>
|
|
|
</el-form-item>
|
|
|
- </el-col> -->
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="12">
|
|
@@ -292,7 +292,7 @@
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col>
|
|
|
- <el-form-item label="乐保减免金额">
|
|
|
+ <el-form-item label="特权减免金额">
|
|
|
<p v-if="activeRow">
|
|
|
{{ activeRow.exemptionAmount | moneyFormat }}
|
|
|
</p>
|