提交
This commit is contained in:
@@ -176,7 +176,8 @@ export default {
|
||||
this.tabsList = [
|
||||
{ id: 0, title: "草稿箱", statusTitle: '' },
|
||||
{ id: 1, title: "待审核",statusTitle: '待审核',color:'#f59442' },
|
||||
{ id: 3, title: "已通过",statusTitle: '已通过' ,color:'#22be98' },
|
||||
{ id: 3, title: "质量检测中",statusTitle: '检测中' ,color:'#22be98' },
|
||||
{ id: 4, title: "已通过",statusTitle: '已通过' ,color:'#22be98' },
|
||||
{ id: 2, title: "未通过",statusTitle: '未通过',color:"#e78084" },
|
||||
];
|
||||
this.taihumedId = this.tabsList[0].id;
|
||||
|
||||
Reference in New Issue
Block a user