优化
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user