提交代码

This commit is contained in:
jiang 2024-12-02 01:40:34 +08:00
parent e78c6b04bf
commit cfe2ba3b97
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['dataCenter:dataSet:add']"
v-hasPermi="['dataCenter:task:create']"
>新建</el-button>
</el-form>

View File

@ -29,7 +29,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['dataCenter:dataSet:add']"
v-hasPermi="['dataCenter:task:create']"
>新建</el-button>
</el-form>
@ -75,7 +75,7 @@
type="text"
icon="el-icon-edit"
@click="handleExamine(scope.row)"
v-hasPermi="['dataCenter:sample:edit']"
v-hasPermi="['dataCenter:task:file:audit']"
>审核</el-button>
<el-button
size="mini"
@ -89,14 +89,14 @@
type="text"
icon="el-icon-edit"
@click="handleAnnotation(scope.row)"
v-hasPermi="['dataCenter:sample:edit']"
v-hasPermi="['dataCenter:task:file:annotation']"
>标注</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-edit"
@click="handleRelease(scope.row)"
v-hasPermi="['dataCenter:sample:edit']"
v-hasPermi="['dataCenter:version:create']"
>发布</el-button>
</template>
</el-table-column>