This commit is contained in:
shijingjing
2022-02-22 20:11:11 +08:00
parent 197c622d9b
commit 584345262a
2 changed files with 8 additions and 7 deletions

View File

@@ -211,13 +211,13 @@ export default {
color: #E6736E;
}
.status0 {
color: #FF9B2B;
}
// .status0 {
// color: #FF9B2B;
// }
.status1 {
color: #4181FF;
}
// .status1 {
// color: #4181FF;
// }
}
}

View File

@@ -77,7 +77,8 @@ export default {
size: 10,
auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,
topic: this.topic,
content: this.content
content: this.content,
createUserName: this.content
}
}).then(res=>{
if(res?.data) {