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