Browse Source

plm BMM

master
ruanqi 1 year ago
parent
commit
93da2e0498
  1. 2
      src/views/modules/sampleManagement/technicalSpecificationList.vue

2
src/views/modules/sampleManagement/technicalSpecificationList.vue

@ -70,7 +70,7 @@
<!-- <a type="text" size="small" @click="addOrUpdateHandle(scope.row.id)" v-if="scope.row.statusDesc!=='已完成'">修改</a>-->
<a type="text" size="small" @click="deleteData(scope.row)" v-if="scope.row.statusDesc!=='已完成'&&scope.row.statusDesc!=='已升版'">删除</a>
<a type="text" size="small" v-if="scope.row.status === 'cg'" @click="issueModal(scope.row)">下达</a>
<a type="text" size="small" @click="copyBM(scope.row)">拷贝</a>
<!-- <a type="text" size="small" @click="copyBM(scope.row)">拷贝</a>-->
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save