6-24改动
This commit is contained in:
parent
eb6751ef2c
commit
49da0121b2
@ -1704,7 +1704,7 @@ function repstring(row: any) {
|
||||
</div>
|
||||
<div>
|
||||
<!-- :disabled="pathid.value" -->
|
||||
<el-button type="primary" :disabled="loading || nodename == '根节点'"
|
||||
<el-button type="primary" :disabled="loading "
|
||||
@click="creatFile">创建文件/文件夹</el-button>
|
||||
<el-button type="primary" :disabled="loading" @click="openFile">上传</el-button>
|
||||
<el-button type="primary" @click="delprojectArr()" :disabled="tableIdarr.length == 0">删除</el-button>
|
||||
@ -1717,7 +1717,6 @@ function repstring(row: any) {
|
||||
<el-button type="primary" :disabled="tableIdarr.length == 0" @click="copyMove('move')">移动</el-button>
|
||||
<el-button type="primary" :disabled="tableIdarr.length == 0" @click="zipFile(true)">压缩</el-button>
|
||||
</div>
|
||||
|
||||
<el-table ref="filetableRef" v-loading="loading" :data="tableData" @selection-change="handleSelectionChange"
|
||||
:header-cell-style="{ background: 'rgb(250 250 250)', color: '#383838', height: '50px' }"
|
||||
style="width: 100%; height: calc(66vh);margin-bottom: 20px;" border>
|
||||
|
Loading…
Reference in New Issue
Block a user