diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue
index bafebc6..4b5b762 100644
--- a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue
+++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue
@@ -3,7 +3,7 @@
@@ -199,7 +199,10 @@ export default {
{
text: this.$t('download'),
clickEvent: 'handleDownload',
- has: 'profileCenter:table'
+ has: 'profileCenter:table',
+ show: (record) => {
+ return record.authDownloadTag
+ }
},
// 编辑
{
@@ -404,7 +407,7 @@ export default {
@import '~@assets/less/common.less';
.tree-operate-node-selected {
- background-color: #ffd9d1 !important;
+ //background-color: #ffd9d1 !important;
}
/deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label {
diff --git a/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterTreeModal.vue b/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterTreeModal.vue
index 5027770..5569c9b 100644
--- a/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterTreeModal.vue
+++ b/src/views/standardRegulationLibrary/profileCenter/modules/ProfileCenterTreeModal.vue
@@ -31,6 +31,14 @@
:name-str="model.authViewIdsDictText"
v-decorator="['authViewIds', validatorRules.authViewIds]" />
+
+
+
+