|
@@ -104,7 +104,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="64">
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="64">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
- <el-button v-if="scope.row.flag" link type="warning" icon="Edit"
|
|
|
|
|
|
+ <el-button v-if="scope.row.flag && scope.row.productionDeptId != -1" link type="warning" icon="Edit"
|
|
@click="handleShowTurnoverDialog(scope.row)"> 编辑 </el-button>
|
|
@click="handleShowTurnoverDialog(scope.row)"> 编辑 </el-button>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|