cuijian
2023-11-16 e0cd695c11734348e1e01304bdff0696768c1fda
src/views/eam/modules/malfunctionRepair/MalfunctionRepaireForm.vue
@@ -42,14 +42,14 @@
        <a-row :gutter="24">
          <a-col :span="12">
            <a-form-model-item
              label="设备编码/名称/型号"
              label="统一编码/名称/型号"
              :labelCol="{span:6}"
              :wrapperCol="{span:15}"
              prop="equipmentId"
            >
              <a-select
                v-model="equipmentId"
                :placeholder="disableSubmit ? '' : '请选择设备编码 / 名称 / 型号'"
                :placeholder="disableSubmit ? '' : '请选择统一编码 / 名称 / 型号'"
                :options="equipmentList"
                @change="(e) => handleChange(e, 2)"
                :disabled="disableSubmit"