This commit is contained in:
libing 2024-01-11 21:11:23 +08:00
parent 3757e84605
commit 3cdea7131c

View File

@ -157,12 +157,13 @@
<el-table v-loading="loading" :data="emisTransProductList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<!--
<el-table-column label="序号" align="center" min-width="60">
<template slot-scope="scope">
<span v-text="getIndex(scope.$index)"> </span>
</template>
</el-table-column>
<!--
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
<template slot-scope="scope">
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>