Commit 7b63b87a authored by liwenhong's avatar liwenhong

Revert "feat:审核列表兼容h5"

This reverts commit 81926db6407aa1b05796b5c9088c7df57bef3840.
parent 82d8b1e5
...@@ -66,6 +66,9 @@ ...@@ -66,6 +66,9 @@
} }
} }
.dialog-footer { .dialog-footer {
// display: flex;
// justify-content: center;
// align-items: center;
text-align: center; text-align: center;
} }
.cancel { .cancel {
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<el-table-column <el-table-column
align="center" align="center"
prop="third_order_desc" prop="third_order_desc"
label="说明" label="交易类型"
> >
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -60,11 +60,11 @@ ...@@ -60,11 +60,11 @@
@click="handleBlackList('黑名单')" @click="handleBlackList('黑名单')"
>黑名单</el-button >黑名单</el-button
> >
<!-- <el-button <el-button
size="small" size="small"
@click="handleBlackList('白名单')" @click="handleBlackList('白名单')"
>白名单</el-button >白名单</el-button
> --> >
</div> </div>
</div> </div>
</template> </template>
...@@ -127,6 +127,7 @@ export default { ...@@ -127,6 +127,7 @@ export default {
// 二次确认弹框 // 二次确认弹框
handleConfirm(action, params) { handleConfirm(action, params) {
const urlObj = { const urlObj = {
白名单: getWithdrawAudit,
黑名单: getBlackList, 黑名单: getBlackList,
通过: getWithdrawAudit, 通过: getWithdrawAudit,
拒绝: getWithdrawAudit, 拒绝: getWithdrawAudit,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment