搜索
重置
文件上传
新建文件夹
正在上传:{{ fileName }}
{{
row &&
row?.prjDataPath &&
row?.prjDataPath.includes(activePath) &&
row?.prjDataPath.length > activePath.length
? row?.prjDataPath.replace(activePath, ' ').replace('/', ' ')
: row?.prjDataPath.replace('/', ' ')
}}
{{ row.startTime ? row.startTime : '/' }}
{{ row.type == 'dir' ? '文件夹' : row.type == 'file' ? '文件' : '/' }}
{{ row.size && row.type == 'file' ? row.size + 'KB' : '/' }}
删除
下载
{{
item &&
item?.prjDataPath &&
item?.prjDataPath.includes(activePath) &&
item?.prjDataPath.length > activePath.length
? item?.prjDataPath.replace(activePath, ' ').replace('/', ' ')
: item?.prjDataPath.replace('/', ' ')
}}