src/views/eam/modules/equipmentNew/EquipmentProcessParametersList.vue
@@ -66,6 +66,7 @@ @change="(e)=>handleChange(e, record.key, col, index)" style="width: 100%" :disabled="!isOpen" title="开启工艺参数管理后可填写" /> <span v-if="col.dataIndex == 'action'"> <a-button @@ -73,6 +74,7 @@ @click="handleEdit(record)" v-has="'accountSons:add&edit&delete&submit'" :disabled="!isOpen" title="开启工艺参数管理后可点击" >提交</a-button> </span> </div>