This commit is contained in:
zhutianqi
2022-01-04 14:47:31 +08:00
parent 528a01f3de
commit 6c92f9e90e
@@ -155,8 +155,9 @@
align="center"
width="150">
<template slot-scope="scope">
<el-input v-model="scope.row.netId" style="display: none;"></el-input>
<el-input :disabled="DrawerType === 'see'" readonly style="margin: 10px 0;" @click.native="checkRole('选择联络人', scope.$index, scope.row.netId)" v-model="scope.row.name"></el-input>
<el-input :disabled="DrawerType === 'see'" style="margin: 10px 0;" v-model="scope.row.name"></el-input>
<!-- <el-input v-model="scope.row.netId" style="display: none;"></el-input>-->
<!-- <el-input :disabled="DrawerType === 'see'" readonly style="margin: 10px 0;" @click.native="checkRole('选择联络人', scope.$index, scope.row.netId)" v-model="scope.row.name"></el-input>-->
</template>
</el-table-column>
<el-table-column
@@ -164,7 +165,8 @@
prop="unit"
align="center">
<template slot-scope="scope">
<el-input style="margin: 10px 0;" disabled v-model="scope.row.unit"></el-input>
<!-- <el-input style="margin: 10px 0;" disabled v-model="scope.row.unit"></el-input>-->
<el-input style="margin: 10px 0;" v-model="scope.row.unit"></el-input>
</template>
</el-table-column>
<el-table-column