zhangqi 1 year ago
parent
commit
905d547490
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/DRP/SDrpManagement/productGroup/detail/index.vue

+ 1 - 1
src/DRP/SDrpManagement/productGroup/detail/index.vue

@@ -40,7 +40,7 @@
           <div v-for="custom in customschemeItems" :key="custom.rowindex" class="mt-30 input-number-panel">
             <p class="label"><span class="mr-10">{{custom.description}}</span></p>
             <div>
-              <a-button class="mr-10 mt-10" v-for="(item,index) in group[`${custom.value}Rows`]" :key="index" v-show="isonlydisplay(custom.value)" :disabled="!item.flag" :type="data[custom.value] == item.parm?'primary':'default'" @click="customClick(custom.value,item.parm)">{{item.parm == 'custom'?'自定义':item.parm}}</a-button>
+              <a-button class="mr-10 mt-10" v-for="(item,index) in group[`${custom.value}Rows`]" :key="index" v-show="isonlydisplay(custom.value) || item.flag" :disabled="!item.flag" :type="data[custom.value] == item.parm?'primary':'default'" @click="customClick(custom.value,item.parm)">{{item.parm == 'custom'?'自定义':item.parm}}</a-button>
             </div>
           </div>
           <!-- <div v-if="group.materialRows.length > 0" class="mt-30 input-number-panel">