修改宽库,和一个数量

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

@@ -609,7 +609,7 @@ export default {
let params = { let params = {
keyword:'', keyword:'',
page:1, page:1,
pageSize:1000 pageSize:100
} }
// apiUserGroup.findByName('').then(rs=>{ // apiUserGroup.findByName('').then(rs=>{
// if(rs.status==200){ // if(rs.status==200){

View File

@@ -73,7 +73,7 @@
<div style="margin-right:30px;"> <div style="margin-right:30px;">
<el-table style="margin:10px 32px 10px 22px;" :data="pageData" border stripe> <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 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"> <template slot-scope="scope">
<el-button type="default" size="mini" @click="handleChoose(scope.row)">选择</el-button> <el-button type="default" size="mini" @click="handleChoose(scope.row)">选择</el-button>
</template> </template>