commit
This commit is contained in:
@@ -1357,7 +1357,13 @@ export default {
|
|||||||
this.$http.get('lawss/sarStandAttrDetails/getListData', '', {
|
this.$http.get('lawss/sarStandAttrDetails/getListData', '', {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.options = res.data
|
let option = []
|
||||||
|
res.data.map(item => {
|
||||||
|
if (item.sarType === 'STAND' || item.sarType === 'INLAND_STAND') {
|
||||||
|
option.push(item)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
this.options = option
|
||||||
})
|
})
|
||||||
this.getTableData();
|
this.getTableData();
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -173,7 +173,7 @@
|
|||||||
align="center"
|
align="center"
|
||||||
width="150">
|
width="150">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input style="margin: 10px 0;" disabled v-model="scope.row.phone"></el-input>
|
<el-input style="margin: 10px 0;" :disabled="DrawerType === 'see'" v-model="scope.row.phone"></el-input>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
align="center"
|
align="center"
|
||||||
width="200">
|
width="200">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input style="margin: 10px 0;" disabled v-model="scope.row.email"></el-input>
|
<el-input style="margin: 10px 0; " :disabled="DrawerType === 'see'" v-model="scope.row.email"></el-input>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
align="center"
|
align="center"
|
||||||
width="150">
|
width="150">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input style="margin: 10px 0;" disabled v-model="scope.row.phone"></el-input>
|
<el-input style="margin: 10px 0;" :disabled="DrawerType === 'see'" v-model="scope.row.phone"></el-input>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
align="center"
|
align="center"
|
||||||
width="200">
|
width="200">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input style="margin: 10px 0;" disabled v-model="scope.row.email"></el-input>
|
<el-input style="margin: 10px 0;" :disabled="DrawerType === 'see'" v-model="scope.row.email"></el-input>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|||||||
Reference in New Issue
Block a user