Explorar el Código

待办事项页面优化

fanghuisheng hace 2 años
padre
commit
33ccc94ac0
Se han modificado 1 ficheros con 39 adiciones y 41 borrados
  1. 39 41
      src/pages/business/mhxf/needMatter/index.vue

+ 39 - 41
src/pages/business/mhxf/needMatter/index.vue

@@ -26,48 +26,46 @@
               </view>
             </view>
           </template>
-          <text class="u-collapse-content">
-            <view>
-              <view class="tableType1" style="margin-bottom: 10px">
-                <u-row>
-                  <u-col span="2">
-                    <view>序号</view>
-                  </u-col>
-                  <u-col span="5.5">
-                    <view>整改项</view>
-                  </u-col>
-                  <u-col span="4.5">
-                    <view>原因</view>
-                  </u-col>
-                </u-row>
-                <u-row v-for="(co, index) in content4" :key="index">
-                  <u-col span="2">
-                    <view>{{ co.name1 }}</view>
-                  </u-col>
-                  <u-col span="5.5">
-                    <view>{{ co.name2 }}</view>
-                  </u-col>
-                  <u-col span="4.5">
-                    <view>{{ co.name3 }}</view>
-                  </u-col>
-                </u-row>
-              </view>
-              <view style="margin-bottom: 10px">
-                <u-steps current="2" dot>
-                  <u-steps-item style="text-align: center" title="已接收" :desc="`2023-07-15 \n 14:00:00`"> </u-steps-item>
-                  <u-steps-item style="text-align: center" title="整改中" :desc="`2023-07-15 \n 14:00:00`"></u-steps-item>
-                  <u-steps-item style="text-align: center" title="审核通过" :desc="`2023-07-15 \n 14:00:00`"></u-steps-item>
-                </u-steps>
-              </view>
-              <view style="margin-bottom: 10px">
-                <u-steps current="2" dot>
-                  <u-steps-item style="text-align: center" title="已接收" :desc="`2023-07-15 \n 14:00:00`"> </u-steps-item>
-                  <u-steps-item style="text-align: center" title="整改中" :desc="`2023-07-15 \n 14:00:00`"></u-steps-item>
-                  <u-steps-item style="text-align: center" title="审核不通过" :desc="`2023-07-15 \n 14:00:00`" error></u-steps-item>
-                </u-steps>
-              </view>
+          <view class="u-collapse-content">
+            <view class="tableType1" style="margin-bottom: 10px">
+              <u-row>
+                <u-col span="2">
+                  <view>序号</view>
+                </u-col>
+                <u-col span="5.5">
+                  <view>整改项</view>
+                </u-col>
+                <u-col span="4.5">
+                  <view>原因</view>
+                </u-col>
+              </u-row>
+              <u-row v-for="(co, index) in content4" :key="index">
+                <u-col span="2">
+                  <view>{{ co.name1 }}</view>
+                </u-col>
+                <u-col span="5.5">
+                  <view>{{ co.name2 }}</view>
+                </u-col>
+                <u-col span="4.5">
+                  <view>{{ co.name3 }}</view>
+                </u-col>
+              </u-row>
+            </view>
+            <view style="margin-bottom: 10px">
+              <u-steps current="2" dot>
+                <u-steps-item style="text-align: center" title="已接收" :desc="`2023-07-15 \n 14:00:00`"> </u-steps-item>
+                <u-steps-item style="text-align: center" title="整改中" :desc="`2023-07-15 \n 14:00:00`"></u-steps-item>
+                <u-steps-item style="text-align: center" title="审核通过" :desc="`2023-07-15 \n 14:00:00`"></u-steps-item>
+              </u-steps>
+            </view>
+            <view style="margin-bottom: 10px">
+              <u-steps current="2" dot>
+                <u-steps-item style="text-align: center" title="已接收" :desc="`2023-07-15 \n 14:00:00`"> </u-steps-item>
+                <u-steps-item style="text-align: center" title="整改中" :desc="`2023-07-15 \n 14:00:00`"></u-steps-item>
+                <u-steps-item style="text-align: center" title="审核不通过" :desc="`2023-07-15 \n 14:00:00`" error></u-steps-item>
+              </u-steps>
             </view>
-          </text>
+          </view>
         </u-collapse-item>
       </u-collapse>
     </view>