Kaynağa Gözat

放开资料新建按钮功能

董玉雪 6 ay önce
ebeveyn
işleme
b3dbec1382

+ 1 - 1
src_custom/spiccompositedatabase/xm-composite-database-list.vue

@@ -146,7 +146,7 @@
           <a-icon type="sd-audit-advancesearch" theme="filled" :class="$style.searchIcon" />
         </a-button>
         <a-button
-          v-if="activeKey === '2' && isApplicationAdmin"
+          v-if="(activeKey === '2' && isApplicationAdmin) || activeKey === '1'"
           type="primary"
           :class="[$style.buttonSpacing]"
           @click="createProject"