| | |
| | | RouterLink: typeof import('vue-router')['RouterLink'] |
| | | RouterView: typeof import('vue-router')['RouterView'] |
| | | } |
| | | export interface ComponentCustomProperties { |
| | | vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll'] |
| | | } |
| | | } |
| | |
| | | </div> |
| | | <div v-if="craftModel.number == task?.Procedure?.processModelNumber" class="tip-current">当前使用</div> |
| | | <div class="btn"> |
| | | <!-- :disabled="craftModel.isUpdate?false:true" --> |
| | | <el-button type="primary" class="color_organge" @click="onUpdateClick"> |
| | | <!-- --> |
| | | <el-button type="primary" :disabled="craftModel.isUpdate ? false : true" @click="onUpdateClick"> |
| | | <el-icon v-if="loading" color="#fff" :size="16" class="refresh-top-icon"> |
| | | <Loading /> |
| | | </el-icon> |