Bladeren bron

增加多选下拉框

duy 1 jaar geleden
bovenliggende
commit
5cee38b6e8

+ 1 - 1
src/views/exctab/ElementIdentification/template/setInputTPT.vue

@@ -35,7 +35,7 @@
     <div
       style="border: 1px dotted rgb(187, 187, 187);box-sizing: border-box;padding: 0px 15px;"
       class="martop20 marbottom10"
-      v-show="from.type=='select'||from.type=='radio'||from.type=='checkbox'"
+      v-show="from.type=='select'||from.type=='radio'||from.type=='checkbox'||from.type=='selectBox'"
     >
       <table
         class="table"

+ 1 - 1
src/views/manager/projectinfo/treeTemplate/template/setInputTPT.vue

@@ -134,7 +134,7 @@
     </div>
     <!-- 添加框 -->
     <div style="border: 1px dotted rgb(187, 187, 187);box-sizing: border-box;padding: 0px 15px;"
-      class="martop20 marbottom10" v-show="from.type == 'select' || from.type == 'radio' || from.type == 'checkbox'">
+      class="martop20 marbottom10" v-show="from.type == 'select' || from.type == 'radio' || from.type == 'checkbox'|| from.type == 'selectBox'">
       <table class="table" width='100%' border='1px' cellpadding='2px' bordercolor="#E5E5E5">
         <thead cellpadding='2px' height='40px'>
           <tr>