src/components/jeecgbiz/JSelectEquipmentProduction.vue
@@ -3,7 +3,7 @@ <!----> <a-input @click="openModal" placeholder="请点击选择车间" v-model="textVals" readOnly :disabled="disabled"> <a-icon slot="prefix" type="cluster" title="车间选择控件"/> <a-icon v-if="storeVals" slot="suffix" type="close-circle" @click="handleEmpty" title="清空"/> <a-icon v-if="storeVals&&!disabled" slot="suffix" type="close-circle" @click="handleEmpty" title="清空"/> </a-input> <j-select-equipment-production-modal ref="innerDepartSelectModal"