diff --git a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue
index 8c84f4d2..a2a90c4a 100644
--- a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue
+++ b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue
@@ -57,7 +57,7 @@ export default {
{ label: "许可文书号", prop: "licenseCode", align: "center", width: "260px",},
{ label: "许可有效期至", prop: "endDate", align: "center", width: "200px",},
{ label: "许可机关", prop: "licenseOrganization", align: "center", width: "200px",},
- { label: "许可对象", prop: "licenseContent", align: "center", width: "200px",},
+ { label: "经营主体", prop: "enterpriseName", align: "center", width: "200px",},
{ label: "统一信用代码", prop: "unifiedCode", align: "center", width: "200px",},
{ label: "更新时间", prop: "startDate", align: "center", width: "120px",},
{ label: "操作人", prop: "createUserName", align: "center", width: "150px" },
diff --git a/project/xiushan/apps/AppRatepayingInfo/components/Add.vue b/project/xiushan/apps/AppRatepayingInfo/components/Add.vue
index 042a062b..5f946569 100644
--- a/project/xiushan/apps/AppRatepayingInfo/components/Add.vue
+++ b/project/xiushan/apps/AppRatepayingInfo/components/Add.vue
@@ -50,6 +50,9 @@
+
+
+
@@ -77,6 +80,7 @@
{{ dict.getLabel('taxInfoLevel', data.taxLevel) }}
+
@@ -103,6 +107,7 @@ export default {
taxLevel: [{required: true,message:"请选择纳税等级",trigger: "blur"}],
enterpriseName: [{required: true,message:"请输入纳税主体",trigger: "blur"}],
unifiedCode: [{required: true,message:"请输入统一信用代码",trigger: "blur"}],
+ evaluationUnit: [{required: true,message:"请输入评价单位",trigger: "blur"}],
}
}
},
@@ -115,6 +120,7 @@ export default {
taxLevel: '',
enterpriseName: '',
unifiedCode: '',
+ evaluationUnit: '',
},
data: {},
isEdit: false,