代码更新
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :selectable="checkboxT" type="selection" width="55" />
|
||||
<el-table-column show-overflow-tooltip prop="check_code" width="130" label="订单编码">
|
||||
<el-table-column show-overflow-tooltip prop="check_code" width="130" label="单据号">
|
||||
<template slot-scope="scope">
|
||||
<el-link type="warning" @click="crud.toView(scope.row)">{{ scope.row.check_code }}</el-link>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user