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"
>
<el-table-column type="selection" width="55" />
<!-- <el-table-column
<el-table-column
label="操作"
width="115"
align="center"
@@ -181,7 +181,7 @@
:disabled-dle="canUd(scope.row)"
/>
</template>
</el-table-column>-->
</el-table-column>
<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>