| | |
| | | <el-table-column fixed="right" label="操作" min-width="180" align="center"> |
| | | <template v-slot="scope"> |
| | | <el-button size="small" type="text" @click="downLoadPost(scope.row)">导出</el-button> |
| | | <el-button size="small" type="text" @click="edit(scope.row)">编辑</el-button> |
| | | <!-- <el-button size="small" type="text" @click="edit(scope.row)">编辑</el-button>--> |
| | | <el-button :disabled="scope.row.isAffirm === '1'" size="small" type="text" |
| | | @click="openApprovalDialog(scope.row)">确认</el-button> |
| | | <el-button size="small" type="text" @click="deleteRowFun(scope.row)">删除</el-button> |
| | |
| | | }, |
| | | clickRow(row) { |
| | | this.saveRow = row |
| | | this.search1.current = 1 |
| | | this.initData1(row.dateId) |
| | | }, |
| | | edit(row) { |
| | |
| | | }, |
| | | handleSizeChange1(val) { |
| | | this.search1.size = val; |
| | | this.initData1(); |
| | | this.initData1(this.saveRow.dateId); |
| | | }, |
| | | handleCurrentChange1(val) { |
| | | this.search1.current = val; |
| | | this.initData1(); |
| | | this.initData1(this.saveRow.dateId); |
| | | }, |
| | | clickAdd() { |
| | | this.dialogVisible = true |