|
@@ -40,7 +40,7 @@
|
|
|
<div v-for="custom in customschemeItems" :key="custom.rowindex" class="mt-30 input-number-panel">
|
|
<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>
|
|
<p class="label"><span class="mr-10">{{custom.description}}</span></p>
|
|
|
<div>
|
|
<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>
|
|
</div>
|
|
|
<!-- <div v-if="group.materialRows.length > 0" class="mt-30 input-number-panel">
|
|
<!-- <div v-if="group.materialRows.length > 0" class="mt-30 input-number-panel">
|