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,