查看bug修复
parent
2b744d8ff1
commit
df6687c215
|
@ -73,8 +73,8 @@
|
|||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" width="200">
|
||||
<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 v-show="edit && row.CLASS_STATUS === '1'" type="primary" size="mini" @click="uploadExcel(row)">信息反馈</el-button>
|
||||
<el-button type="primary" icon="el-icon-edit" size="mini" @click="handleEdit(row.CLASS_MESSAGE_ID)">查看</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>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
|
@ -7,7 +7,7 @@ flowTrain/batchList<template>
|
|||
<el-input v-model="XGF_NAME" placeholder="相关方名称"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-col v-if="false" :span="6">
|
||||
<el-form-item label="委托时间">
|
||||
<el-date-picker
|
||||
v-model="dates"
|
||||
|
@ -122,7 +122,7 @@ export default {
|
|||
requestFN(
|
||||
'/flowTrain/batchList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page,
|
||||
{
|
||||
XGF_NAME_REG: this.XGF_NAME,
|
||||
XGF_NAME: this.XGF_NAME,
|
||||
ENTRUST_STARTTIME: this.dates[0],
|
||||
ENTRUST_ENDTIME: this.dates[1],
|
||||
AUDIT_STATUS: this.AUDIT_STATUS,
|
||||
|
|
Loading…
Reference in New Issue