浏览代码

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,