Parcourir la source

修改页签编辑的属性面板。

杨志杰 il y a 3 ans
Parent
commit
ffe0937632
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/window/tabFormView/TabFormEdit.vue

+ 2 - 2
src/window/tabFormView/TabFormEdit.vue

@@ -197,7 +197,7 @@
       />
     </div>
 
-    <div v-if="attributeKey != null && attributeKey === true" class="row clearfix">
+    <div v-if="attributeKey != null && attributeKey !=''" class="row clearfix">
       <div class="col-md-12">
         <AttributePanel
           ref="attributePanel" :attribute-key="attributeKey" :attribute-value-key="attributeValueKey"
@@ -276,7 +276,7 @@ import ApproveComment from '../../workflow/ApproveComment.vue';
 
 import DataRecoveryResource from '../../api/base/DataRecoveryResource.js';
 import JsUtil from '../../common/JsUtil.js';
-import { Notify, Uuid } from 'pc-component-v3';
+import { Notify, Uuid, Modal } from 'pc-component-v3';
 export default {
 
   components: {