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>

 

posted @ 2021-06-13 15:09  彼时听风  阅读(124)  评论(0)    收藏  举报