页面样式调整

This commit is contained in:
ldj_willow
2022-07-20 15:04:46 +08:00
parent 7fc5ac6636
commit 4c809962a0
6 changed files with 12 additions and 12 deletions

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"
@@ -184,7 +184,7 @@
</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>
<el-link type="warning" @click="toView(scope.$index, scope.row)">{{ scope.row.bill_code }}</el-link>
</template>
</el-table-column>
<el-table-column show-overflow-tooltip :formatter="stateFormat" prop="bill_status" label="单据状态" />