Browse Source

月报改进项

洪海涛 4 years ago
parent
commit
431139bd1b

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/MrTable/TableExpandRow.vue

@@ -27,7 +27,7 @@
           class="improvementItems-wrapper"
         >
           <!--改进项: 描述-->
-          <div>{{ subIndex + 1 }}、{{ subItem.description }}</div>
+          <div>{{ subIndex + 1 }}、{{ subItem.description }}{{ subItem.detail && ':' }}{{ subItem.detail }}</div>
           <!--改进项: 其他-->
           <div class="description-wrapper">
             <!--改进项: 责任人-->