提交代码
This commit is contained in:
parent
e78c6b04bf
commit
cfe2ba3b97
|
|
@ -29,7 +29,7 @@
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
size="mini"
|
size="mini"
|
||||||
@click="handleAdd"
|
@click="handleAdd"
|
||||||
v-hasPermi="['dataCenter:dataSet:add']"
|
v-hasPermi="['dataCenter:task:create']"
|
||||||
>新建</el-button>
|
>新建</el-button>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
size="mini"
|
size="mini"
|
||||||
@click="handleAdd"
|
@click="handleAdd"
|
||||||
v-hasPermi="['dataCenter:dataSet:add']"
|
v-hasPermi="['dataCenter:task:create']"
|
||||||
>新建</el-button>
|
>新建</el-button>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleExamine(scope.row)"
|
@click="handleExamine(scope.row)"
|
||||||
v-hasPermi="['dataCenter:sample:edit']"
|
v-hasPermi="['dataCenter:task:file:audit']"
|
||||||
>审核</el-button>
|
>审核</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
|
|
@ -89,14 +89,14 @@
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleAnnotation(scope.row)"
|
@click="handleAnnotation(scope.row)"
|
||||||
v-hasPermi="['dataCenter:sample:edit']"
|
v-hasPermi="['dataCenter:task:file:annotation']"
|
||||||
>标注</el-button>
|
>标注</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleRelease(scope.row)"
|
@click="handleRelease(scope.row)"
|
||||||
v-hasPermi="['dataCenter:sample:edit']"
|
v-hasPermi="['dataCenter:version:create']"
|
||||||
>发布</el-button>
|
>发布</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue