提交代码
This commit is contained in:
parent
e78c6b04bf
commit
cfe2ba3b97
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue