修改bug

prod
wangwei 2 years ago
parent 5f81c90843
commit 534b7800ae

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

@ -52,12 +52,12 @@
<el-tag :type="statusFilterType(scope.row.status)">{{ status[scope.row.status] }}</el-tag>
</template>
</el-table-column>
<el-table-column label="操作" width="120">
<template slot-scope="scope">
<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>
</template>
</el-table-column>
<!--<el-table-column label="操作" width="120">-->
<!-- <template slot-scope="scope">-->
<!-- <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>-->
<!-- </template>-->
<!--</el-table-column>-->
</el-table>

Loading…
Cancel
Save