Browse Source

fix: 问题通知bug一期

kuanghua liu 1 year ago
parent
commit
a7dc5ff0ad

+ 3 - 0
src/views/message/question-notifications/components/WorkShopTree.vue

@@ -29,6 +29,9 @@
         <span style="font-weight: 400; font-size: 16px; color: rgba(0, 0, 0, 0.88); line-height: 22px"
         <span style="font-weight: 400; font-size: 16px; color: rgba(0, 0, 0, 0.88); line-height: 22px"
           >已选择({{ selected }})</span
           >已选择({{ selected }})</span
         >
         >
+        <!-- <span style="margin-left: 4px; font-size: 10px; font-weight: 400; color: rgba(0, 0, 0, 0.45); line-height: 22px"
+          >/&nbsp;{{ total }}</span
+        > -->
       </div>
       </div>
       <div class="selected">
       <div class="selected">
         <el-tag v-for="(person, index) in selectedPeople" :key="index" closable @close="handleTagClose(person.code)">
         <el-tag v-for="(person, index) in selectedPeople" :key="index" closable @close="handleTagClose(person.code)">