@@ -460,17 +460,7 @@
min-width="160"
show-overflow-tooltip
/>
- <el-table-column
- align="right"
- label="押金金额"
- prop="depositAmount"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.depositAmount | numToFixed}}
- </template>
- </el-table-column>
+
<el-table-column
align="right"
label="上交资料"
@@ -477,6 +477,7 @@
</div>
<div style="margin: 20px 0">
<el-button
+ v-if=" details.examineStatus != 'OK' || (!isCustomer && details.examineStatus == 'OK')"
type="primary"
size="small"
@click="handleSvse"
@@ -487,17 +487,7 @@
@@ -752,7 +752,7 @@ export default {
}
},
- component:{
+ computed:{
isCustomer(){
return this.$store.getters.customerId && this.$store.getters.customerNumber
@@ -629,7 +629,7 @@
align="left"
label="表体备注"
- prop="itemRemark"
+ prop="remark"