代码更新

This commit is contained in:
2022-12-10 17:20:44 +08:00
parent 9be4fb02c4
commit f34d267650
7 changed files with 9 additions and 9 deletions

View File

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