소스 검색

no message

linwenxin 10 달 전
부모
커밋
b198f6e0c8
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/views/setting/networkSigning/contractManagement/fddContractTemplate/index.vue

+ 4 - 1
src/views/setting/networkSigning/contractManagement/fddContractTemplate/index.vue

@@ -203,7 +203,10 @@ export default {
           isShow: this.formData.contractType == 'FOLLOW',
           name: 'el-select',
           md: 12,
-          options: this.contractTemplateMAIN.map(item => ({ label: item.name, value: item.contractTemplateId })),
+          options: this.contractTemplateMAIN.map(item => ({
+            label: item.contractTemplateName,
+            value: item.contractTemplateId
+          })),
           attributes: {
             clearable: true,
             filterable: true,