|
@ -83,7 +83,6 @@ |
|
|
<span>{{ getTypeFun(scope.row.type) }}</span> |
|
|
<span>{{ getTypeFun(scope.row.type) }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column |
|
|
|
|
|
<el-table-column |
|
|
<el-table-column |
|
|
prop="name" |
|
|
prop="name" |
|
|
header-align="center" |
|
|
header-align="center" |
|
@ -233,7 +232,6 @@ export default { |
|
|
|
|
|
|
|
|
methods: { |
|
|
methods: { |
|
|
getTypeFun(type) { |
|
|
getTypeFun(type) { |
|
|
console.log("type"); |
|
|
|
|
|
const rows = this.types.filter((item) => item.value == type); |
|
|
const rows = this.types.filter((item) => item.value == type); |
|
|
if (rows.length > 0) { |
|
|
if (rows.length > 0) { |
|
|
return rows[0].label; |
|
|
return rows[0].label; |
|
@ -278,7 +276,6 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
detailClosed() { |
|
|
detailClosed() { |
|
|
console.log(this.$refs.ref_detail); |
|
|
|
|
|
this.$refs.ref_detail.diaDestroy(); |
|
|
this.$refs.ref_detail.diaDestroy(); |
|
|
this.detailShow = false; |
|
|
this.detailShow = false; |
|
|
}, |
|
|
}, |
|
@ -501,9 +498,6 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.div_btn { |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.el-row { |
|
|
.el-row { |
|
|
/* margin-bottom: 20px; */ |
|
|
/* margin-bottom: 20px; */ |
|
|
display: flex; |
|
|
display: flex; |
|
|