fix:光子六车间中检人员为六车间人员
This commit is contained in:
parent
64e6e2edb7
commit
cb884b054b
|
@ -819,7 +819,7 @@ export default {
|
||||||
},
|
},
|
||||||
getUsers(){
|
getUsers(){
|
||||||
let that = this;
|
let that = this;
|
||||||
that.$API.system.user.list.req({ page: 0, posts__code__contains: "check" }).then((res) => {
|
that.$API.system.user.list.req({ page: 0, depts__name: "6车间" }).then((res) => {
|
||||||
that.userList = res ;
|
that.userList = res ;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
@ -536,12 +536,12 @@
|
||||||
width="80"
|
width="80"
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" fixed="right" align="right" width="55">
|
<!-- <el-table-column label="操作" fixed="right" align="right" width="55">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-link link type="primary" @click.stop="inm_test(scope.row)">检验</el-link>
|
<el-link link type="primary" @click.stop="inm_test(scope.row)">检验</el-link>
|
||||||
<el-link link type="success" @click.stop="inm_record(scope.row)">记录</el-link>
|
<el-link link type="success" @click.stop="inm_record(scope.row)">记录</el-link>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
</scTable>
|
</scTable>
|
||||||
</el-main>
|
</el-main>
|
||||||
</el-container>
|
</el-container>
|
||||||
|
|
|
@ -514,12 +514,12 @@
|
||||||
width="80"
|
width="80"
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" fixed="right" align="right" width="55">
|
<!-- <el-table-column label="操作" fixed="right" align="right" width="55">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-link link type="primary" @click.stop="inm_test(scope.row)">检验</el-link>
|
<el-link link type="primary" @click.stop="inm_test(scope.row)">检验</el-link>
|
||||||
<el-link link type="success" @click.stop="inm_record(scope.row)">记录</el-link>
|
<el-link link type="success" @click.stop="inm_record(scope.row)">记录</el-link>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
</scTable>
|
</scTable>
|
||||||
</el-main>
|
</el-main>
|
||||||
</el-container>
|
</el-container>
|
||||||
|
|
Loading…
Reference in New Issue