This commit is contained in:
许允枞 2024-11-20 16:43:31 +08:00
parent 7f45b91a53
commit db3b0a3570

View File

@ -122,11 +122,11 @@
</el-table-column>
<!-- <el-table-column label="不参与/参与" align="center" prop="isAttend">-->
<!-- <template slot-scope="scope">-->
<!-- <dict-tag :options="dict.type.yes_no" :value="scope.row.isAttend"/>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="不参与/参与" align="center" prop="isAttend">
<template slot-scope="scope">
<dict-tag :options="dict.type.yes_no" :value="scope.row.isAttend"/>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
@ -182,7 +182,7 @@
@pagination="getList"
/>
<!-- -->
<el-dialog title="审核" :visible.sync="dialogFormVisible">
<el-form :model="froms">
@ -429,7 +429,7 @@
getList() {
this.loading = true;
listInspectionGoods(this.queryParams).then(response => {
this.inspectionGoodsList = response.rows;
this.inspectionGoodsList = response.data.records;
this.inspectionGoodsList.price=this.inspectionGoodsList.price / 100
this.total = response.total;
this.loading = false;