|
@@ -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>
|