zhuzhuanzhuan
2023-11-24 5fb6a22802318375b003c0319287553673878690
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"