单据备注字段添加

dev
1178634255 2 years ago committed by schry
parent 278adb8242
commit 3863a23f35

@ -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>

Loading…
Cancel
Save