Lius
2024-08-15 7972f7953f19acd855a7141eff63dc2a2f632392
src/views/mdc/base/modules/EquipmentList/UserModal.vue
@@ -30,7 +30,7 @@
          </a-col>
          <a-col :span="12">
            <a-form-model-item label="设备名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="equipmentName">
              <a-input :disabled="disSeach" allow-clear placeholder="请输入设备名称"
              <a-input  allow-clear placeholder="请输入设备名称"
                       v-model="model.equipmentName"/>
            </a-form-model-item>
          </a-col>
@@ -110,7 +110,7 @@
          </a-col>
          <a-col :span="12">
            <a-form-model-item label="设备型号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="equipmentModel">
              <a-input :disabled="disSeach" allow-clear placeholder="请输入设备型号"
              <a-input allow-clear placeholder="请输入设备型号"
                       v-model="model.equipmentModel"/>
            </a-form-model-item>
          </a-col>