Vue怎样前一个td的值来影响后面的按钮
<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>

浙公网安备 33010602011771号