This commit is contained in:
zds
2022-08-17 12:02:39 +08:00
parent 4fc947b29c
commit 6d126290e8

View File

@@ -167,7 +167,7 @@
@select-all="onSelectAll" @select-all="onSelectAll"
> >
<el-table-column type="selection" width="55" /> <el-table-column type="selection" width="55" />
<!-- <el-table-column <el-table-column
label="操作" label="操作"
width="115" width="115"
align="center" align="center"
@@ -181,7 +181,7 @@
:disabled-dle="canUd(scope.row)" :disabled-dle="canUd(scope.row)"
/> />
</template> </template>
</el-table-column>--> </el-table-column>
<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"> <template slot-scope="scope">
<el-link type="warning" @click="toView(scope.$index, scope.row)">{{ scope.row.bill_code }}</el-link> <el-link type="warning" @click="toView(scope.$index, scope.row)">{{ scope.row.bill_code }}</el-link>