查看bug修复

main
liujun 2023-12-22 17:14:38 +08:00
parent 2b744d8ff1
commit df6687c215
2 changed files with 4 additions and 4 deletions

View File

@ -73,8 +73,8 @@
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" width="200"> <el-table-column label="操作" align="center" width="200">
<template slot-scope="{row}"> <template slot-scope="{row}">
<el-button v-show="edit" type="primary" icon="el-icon-edit" size="mini" @click="handleEdit(row.CLASS_MESSAGE_ID)"></el-button> <el-button type="primary" icon="el-icon-edit" size="mini" @click="handleEdit(row.CLASS_MESSAGE_ID)"></el-button>
<el-button v-show="edit && row.CLASS_STATUS === '1'" type="primary" size="mini" @click="uploadExcel(row)"></el-button> <el-button v-show=" row.CLASS_STATUS === '1'" type="primary" size="mini" @click="uploadExcel(row)"></el-button>
<el-button v-if="false" v-show="del" type="danger" icon="el-icon-delete" size="mini" @click="handleDelete(row.CLASS_MESSAGE_ID)"></el-button> <el-button v-if="false" v-show="del" type="danger" icon="el-icon-delete" size="mini" @click="handleDelete(row.CLASS_MESSAGE_ID)"></el-button>
</template> </template>
</el-table-column> </el-table-column>

View File

@ -7,7 +7,7 @@ flowTrain/batchList<template>
<el-input v-model="XGF_NAME" placeholder="相关方名称"/> <el-input v-model="XGF_NAME" placeholder="相关方名称"/>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col v-if="false" :span="6">
<el-form-item label="委托时间"> <el-form-item label="委托时间">
<el-date-picker <el-date-picker
v-model="dates" v-model="dates"
@ -122,7 +122,7 @@ export default {
requestFN( requestFN(
'/flowTrain/batchList?showCount=' + this.listQuery.limit + '&currentPage=' + this.listQuery.page, '/flowTrain/batchList?showCount=' + this.listQuery.limit + '&currentPage=' + this.listQuery.page,
{ {
XGF_NAME_REG: this.XGF_NAME, XGF_NAME: this.XGF_NAME,
ENTRUST_STARTTIME: this.dates[0], ENTRUST_STARTTIME: this.dates[0],
ENTRUST_ENDTIME: this.dates[1], ENTRUST_ENDTIME: this.dates[1],
AUDIT_STATUS: this.AUDIT_STATUS, AUDIT_STATUS: this.AUDIT_STATUS,