<template slot-scope="scope">
<el-button
size="small"
icon="el-icon-tickets"
:disabled="scope.row.pcState === ‘库存"
@click="handleGetPcLog(scope.$index, scope.row)"
>查看历史信息</el-button>
</template>
原文:https://www.cnblogs.com/-xyk/p/14880322.html