修改活动审核tab排列顺序
parent
a115cabed6
commit
2965bfcf0f
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue