| | |
| | | placeholder="单位" |
| | | filterable |
| | | @change="Gtechange" |
| | | style="width: calc(85% - 110px)" |
| | | style="width: calc(85% - 0px)" |
| | | > |
| | | <!-- style="width: calc(85% - 110px)" --> |
| | | <el-option |
| | | v-for="ele in unitList" |
| | | :key="ele.id" |
| | |
| | | style="font-size: 20px; color: gray" |
| | | @click="handleUnitShow" |
| | | ></i> |
| | | <el-checkbox |
| | | <!-- <el-checkbox |
| | | class="margin_left_10px" |
| | | :disabled="editConfig.infomation.unit&&showFooter?false:true" |
| | | v-model="editConfig.infomation.moreUnit" |
| | | @change="moreUnitChange" |
| | | ></el-checkbox |
| | | > |
| | | <span class="margin_left_10px cursor_pointer" @click="handleUnitMore">启用多单位</span> |
| | | > --> |
| | | <!-- <span class="margin_left_10px cursor_pointer" @click="handleUnitMore">启用多单位</span> --> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="产品标签" prop="productTagName"> |