仓库样式

This commit is contained in:
zhangdingyu
2019-09-22 10:49:30 +08:00
parent 201a6d36f5
commit ac440f57d9
8 changed files with 57 additions and 56 deletions

View File

@@ -57,7 +57,7 @@
{{ scope.row.操作时间 }}
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="100">
<el-table-column label="操作" align="center" width="120" fixed="right">
<template slot-scope="scope">
<el-button :disabled="Number(scope.row.是否关联)===1" size="mini" type="primary" @click="connectBacklog(scope.row)">关联物料</el-button>
</template>