style:检验记录-编辑添加显示判断

pull/1/head
黄伟杰 4 weeks ago
parent f39ce1aec2
commit f41bdb850f

@ -164,6 +164,7 @@ type="success" plain @click="handleExport" :loading="exportLoading"
type="primary" type="primary"
@click.stop="openForm('update', scope.row)" @click.stop="openForm('update', scope.row)"
v-hasPermi="['mes:zj-task:update']" v-hasPermi="['mes:zj-task:update']"
v-if="scope.row.result !== '1' && scope.row.result !== '2'"
> >
{{ t('action.update') }} {{ t('action.update') }}
</el-button> </el-button>

Loading…
Cancel
Save