소스 검색

fix: 委托

32197351@qq.com 2 년 전
부모
커밋
bf2096148b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      itdmWeb/src/views/module-iTDM/weituo/modules/step/Step1.vue

+ 1 - 1
itdmWeb/src/views/module-iTDM/weituo/modules/step/Step1.vue

@@ -43,7 +43,7 @@
       </a-col>
       <a-col :span="24">
         <a-form-model-item label="报告用章" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="bgyz">
-          <j-multi-select-tag v-model="model.bgyz" placeholder="请选择报告形式" :disabled="formDisabled"
+          <j-multi-select-tag v-model="model.bgyz" placeholder="请选择报告用章" :disabled="formDisabled"
                               dictCode="weituo.bgyz" />
         </a-form-model-item>
       </a-col>