|
@@ -693,10 +693,10 @@ namespace Hotline.Api.Controllers
|
|
|
var tabAuditingNames = new List<KeyValuePair<string, string>>
|
|
|
{
|
|
|
new KeyValuePair<string, string>("", "全部"),
|
|
|
- new KeyValuePair<string, string>("知识新增", "新增审核"),
|
|
|
- new KeyValuePair<string, string>("知识更新", "修改审核"),
|
|
|
- new KeyValuePair<string, string>("知识删除", "删除审核"),
|
|
|
- new KeyValuePair<string, string>("知识下架", "下架审核"),
|
|
|
+ new KeyValuePair<string, string>("KnowledgeAdd", "新增审核"),
|
|
|
+ new KeyValuePair<string, string>("KnowledgeUpdate", "修改审核"),
|
|
|
+ new KeyValuePair<string, string>("KnowledgeDelete", "删除审核"),
|
|
|
+ new KeyValuePair<string, string>("KnowledgeOffshelf", "下架审核"),
|
|
|
};
|
|
|
|
|
|
return _baseDataApplication
|