| | |
| | | </div> |
| | | <div v-if="craftModel.isUpdate" class="tip-current">当前使用</div> |
| | | <div class="btn"> |
| | | <el-button type="primary" class="color_organge" @click="onUpdateClick"> 更新工艺 </el-button> |
| | | <el-button type="primary" @click="onUpdateClick"> 更新工艺 </el-button> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | }>() |
| | | |
| | | function onDetailClick() { |
| | | emit('detail', craftModel) |
| | | emit('detail', craftModel.value) |
| | | } |
| | | function onUpdateClick() { |
| | | emit('update', craftModel) |
| | | emit('update', craftModel.value) |
| | | } |
| | | </script> |
| | | |
| | |
| | | padding: 23px 10px 10px; |
| | | background: $status-done; |
| | | border-radius: 8px; |
| | | float: left; |
| | | //float: left; |
| | | overflow: hidden; |
| | | font-size: 15px; |
| | | position: relative; |