Commit 684f8e7d authored by 1431670879@qq.com's avatar 1431670879@qq.com

device index

parent d8716b7f
......@@ -106,8 +106,8 @@
</div>
<el-button slot="reference" size="mini" type="danger" :disabled="scope.row.delete == 1 ? true : (scope.row.devicestatus > 1 ? true : false) ">操作</el-button>
</el-popover>
<el-button slot="reference" size="mini" type="primary" @click="contactsuser(scope.row.id)">添加联系人</el-button>
<el-button slot="reference" size="mini" type="primary" @click="updatedevice(scope.row.id)">编辑设备</el-button>
<el-button slot="reference" size="mini" type="primary" :disabled="scope.row.delete == 1 ? true : (scope.row.devicestatus > 1 ? true : false)" @click="contactsuser(scope.row.id)">添加联系人</el-button>
<el-button slot="reference" size="mini" type="primary" :disabled="scope.row.delete == 1 ? true : (scope.row.devicestatus > 1 ? true : false)" @click="updatedevice(scope.row.id)">编辑设备</el-button>
</template>
</el-table-column>
</el-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment