修改bug

prod
wangwei 2 years ago
parent 5f81c90843
commit 534b7800ae

@ -118,7 +118,7 @@
genKey: null, genKey: null,
status: null, status: null,
page: 1, page: 1,
type: 1, type: 3,
limit: 20, limit: 20,
thirdSysFk: null, thirdSysFk: null,
}; };

@ -52,12 +52,12 @@
<el-tag :type="statusFilterType(scope.row.status)">{{ status[scope.row.status] }}</el-tag> <el-tag :type="statusFilterType(scope.row.status)">{{ status[scope.row.status] }}</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" width="120"> <!--<el-table-column label="操作" width="120">-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<el-button type="text" @click.native.stop="handleDetailClick(scope.row)">详情</el-button> <!-- <el-button type="text" @click.native.stop="handleDetailClick(scope.row)">详情</el-button>-->
<el-button type="text" @click.native.stop="deleteDialog(scope.row.id)"></el-button> <!-- <el-button type="text" @click.native.stop="deleteDialog(scope.row.id)"></el-button>-->
</template> <!-- </template>-->
</el-table-column> <!--</el-table-column>-->
</el-table> </el-table>

Loading…
Cancel
Save