commit
This commit is contained in:
@@ -1357,7 +1357,13 @@ export default {
|
||||
this.$http.get('lawss/sarStandAttrDetails/getListData', '', {
|
||||
_this: this
|
||||
}, 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();
|
||||
},
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
align="center"
|
||||
width="150">
|
||||
<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>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
@@ -182,7 +182,7 @@
|
||||
align="center"
|
||||
width="200">
|
||||
<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>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
@@ -262,7 +262,7 @@
|
||||
align="center"
|
||||
width="150">
|
||||
<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>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
@@ -271,7 +271,7 @@
|
||||
align="center"
|
||||
width="200">
|
||||
<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>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
||||
Reference in New Issue
Block a user