|
|
@@ -21,7 +21,7 @@
|
|
|
</template>
|
|
|
<template slot="menu" slot-scope="{ row, index }">
|
|
|
<el-button size="small" icon="el-icon-edit" type="text" @click="rowEdit(row)">编辑 </el-button>
|
|
|
- <el-button size="small" icon="el-icon-delete" type="text" @click="rowDel(row, index)" :disabled="row.auditStatus > 0||row.claimSourceType==2">删 除 </el-button>
|
|
|
+ <el-button size="small" icon="el-icon-delete" type="text" @click="rowDel(row, index)" :disabled="row.auditStatus > 0||row.claimSourceType==2 || row.claimSourceType === 3">删 除 </el-button>
|
|
|
</template>
|
|
|
<template slot="claimNo" slot-scope="{ row }">
|
|
|
<span style="color: #1e9fff;cursor: pointer;" @click="rowEdit(row)">
|
|
|
@@ -89,7 +89,11 @@ export default {
|
|
|
{
|
|
|
label: "门店",
|
|
|
value: 2
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "车主",
|
|
|
+ value: 3
|
|
|
+ }
|
|
|
],
|
|
|
overHidden: true
|
|
|
},
|