|
|
@ -153,6 +153,7 @@
|
|
|
|
</el-tag>
|
|
|
|
</el-tag>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="备注" prop="remark" show-overflow-tooltip width="180"></el-table-column>
|
|
|
|
<el-table-column label="操作" width="200" fixed="right">
|
|
|
|
<el-table-column label="操作" width="200" fixed="right">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button type="text" size="small" @click.native.stop="printOrder(scope.row)">打印</el-button>
|
|
|
|
<el-button type="text" size="small" @click.native.stop="printOrder(scope.row)">打印</el-button>
|
|
|
|