修改活动审核tab排列顺序

dev
zmy 2024-08-28 13:55:58 +08:00
parent a115cabed6
commit 2965bfcf0f
1 changed files with 3 additions and 2 deletions

View File

@ -84,8 +84,9 @@ const QNDomain = store.state.user.QNDomain;
const list4 = ref([
{ name: '全部审核', state: 9 },
{ name: '待审核', state: 2 },
{ name: '未通过', state: 4 },
{ name: '已通过', state: 0 }
{ name: '已通过', state: 0 },
{ name: '未通过', state: 4 }
]);
function gotoworkinfo(item){