修改宽库,和一个数量

This commit is contained in:
daihh
2023-02-23 17:15:28 +08:00
parent 6ccbd740f5
commit d98ad6e364
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
<div style="margin-right:30px;">
<el-table style="margin:10px 32px 10px 22px;" :data="pageData" border stripe>
<el-table-column label="序号" type="index" width="50"></el-table-column>
<el-table-column v-if="forChoose" label="选择" width="60">
<el-table-column v-if="forChoose" label="选择" width="80">
<template slot-scope="scope">
<el-button type="default" size="mini" @click="handleChoose(scope.row)">选择</el-button>
</template>