|
@@ -169,10 +169,10 @@ const state: any = reactive({
|
|
|
{ value: 'name', label: '文件名称', show: true },
|
|
|
{ value: 'wordCount', label: '字符数', show: true },
|
|
|
{ value: 'indexingStatus', label: '状态', show: true },
|
|
|
- { value: 'p1', label: '召回次数', show: true },
|
|
|
+ { value: 'p1', label: '召回次数(NO)', show: true },
|
|
|
{ value: 'isUse', label: '启用/停用', show: true },
|
|
|
{ value: 'checkStatus', label: '审核状态', show: true },
|
|
|
- { value: 'p1', label: '关联应用', show: true },
|
|
|
+ { value: 'p1', label: '关联应用(NO)', show: true },
|
|
|
{ value: 'createTime', label: '创建时间', show: true },
|
|
|
{ value: 'updateTime', label: '更新时间', show: true },
|
|
|
{
|