linwenxin 10 kuukautta sitten
vanhempi
commit
b198f6e0c8

+ 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,