提交代码

This commit is contained in:
jiang 2024-11-20 17:42:37 +08:00
parent a69d44755a
commit c9e5d8aee8
2 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@
icon="el-icon-folder-add" icon="el-icon-folder-add"
size="small" size="small"
@click="handleAdd" @click="handleAdd"
v-hasPermi="['dataCenter:teamMember:add']" v-hasPermi="['dataCenter:dataSetBasicFile:add']"
>新建文件夹</el-button> >新建文件夹</el-button>
</el-col> </el-col>
@ -36,7 +36,7 @@
size="small" size="small"
:disabled="multiple" :disabled="multiple"
@click="downloadFile" @click="downloadFile"
v-hasPermi="['dataCenter:teamMember:add']" v-hasPermi="['dataCenter:dataSetBasicFile:download']"
>下载</el-button> >下载</el-button>
</el-col> </el-col>
@ -47,7 +47,7 @@
size="small" size="small"
@click="sharedFilesByIds" @click="sharedFilesByIds"
:disabled="multiple" :disabled="multiple"
v-hasPermi="['dataCenter:teamMember:add']" v-hasPermi="['dataCenter:dataSetBasicFile:edit']"
>共享</el-button> >共享</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
@ -58,7 +58,7 @@
@click="handlePaste" @click="handlePaste"
:disabled="single" :disabled="single"
getFileTerr getFileTerr
v-hasPermi="['dataCenter:teamMember:add']" v-hasPermi="['dataCenter:dataSetBasicFile:edit']"
>移动</el-button> >移动</el-button>
</el-col> </el-col>
<!-- <el-col :span="1.5"> <!-- <el-col :span="1.5">
@ -68,7 +68,7 @@
size="small" size="small"
@click="handleCopy" @click="handleCopy"
:disabled="single" :disabled="single"
v-hasPermi="['dataCenter:teamMember:add']" v-hasPermi="['dataCenter:dataSetBasicFile:add']"
>复制</el-button> >复制</el-button>
</el-col>--> </el-col>-->
<el-col :span="1.5"> <el-col :span="1.5">
@ -78,7 +78,7 @@
size="small" size="small"
@click="handleDelete" @click="handleDelete"
:disabled="multiple" :disabled="multiple"
v-hasPermi="['dataCenter:teamMember:add']" v-hasPermi="['dataCenter:dataSetBasicFile:remove']"
>删除</el-button> >删除</el-button>
</el-col> </el-col>
@ -89,7 +89,7 @@
size="small" size="small"
@click="renameName" @click="renameName"
:disabled="single" :disabled="single"
v-hasPermi="['dataCenter:teamMember:add']" v-hasPermi="['dataCenter:dataSetBasicFile:edit']"
>重命名</el-button> >重命名</el-button>
</el-col> </el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>

View File

@ -23,7 +23,7 @@
size="mini" size="mini"
:disabled="multiple" :disabled="multiple"
@click="dataRecovery" @click="dataRecovery"
v-hasPermi="['dataCenter:sample:remove']" v-hasPermi="['dataCenter:dataSetBasicFile:dataRecovery']"
>还原</el-button> >还原</el-button>
</el-col> </el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@ -56,7 +56,7 @@
type="text" type="text"
icon="el-icon-refresh" icon="el-icon-refresh"
@click="dataRecovery(scope.row)" @click="dataRecovery(scope.row)"
v-hasPermi="['dataCenter:sample:remove']" v-hasPermi="['dataCenter:dataSetBasicFile:dataRecovery']"
>还原</el-button> >还原</el-button>
</template> </template>
</el-table-column> </el-table-column>