Commit 5db4c0ce authored by hubaoshan's avatar hubaoshan

wcp

parent a95fc50c
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<span>{{ scope.row.orderSn || '-' }}({{ scope.row.name || '-' }})</span> <span>{{ scope.row.orderSn || '-' }}({{ scope.row.name || '-' }})</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作"> <el-table-column label="操作" width="50">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #46BCF3;cursor: pointer" @click="handleDispose(scope.row)">盘点</span> <span style="color: #46BCF3;cursor: pointer" @click="handleDispose(scope.row)">盘点</span>
</template> </template>
......
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