代码更新

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

@@ -16,7 +16,7 @@
v-model="query.bill_code"
size="mini"
clearable
placeholder="出库单号"
placeholder="单号"
@keyup.enter.native="crud.toQuery"
/>
</el-form-item>
@@ -214,7 +214,7 @@
</template>
</el-table-column>
<el-table-column :selectable="checkboxT" type="selection" width="55" />
<el-table-column show-overflow-tooltip prop="bill_code" width="130" label="单据编码">
<el-table-column show-overflow-tooltip prop="bill_code" width="130" label="单据">
<template slot-scope="scope">
<el-link type="warning" @click="toView(scope.$index, scope.row)">{{ scope.row.bill_code }}</el-link>
</template>