doum
2025-09-05 16f7eb87a04a764e97ccba0d703259e707ff4b98
admin/src/components/business/OperaOrderDetailWindow.vue
@@ -85,7 +85,7 @@
              <template v-if="info.multifileList && info.multifileList.length>0">
              <div v-for="item in info.multifileList" style="display: inline-block" :key="'aaa'+item.id">
                <el-image v-if="item.fileurlFull" style="width: 50px; height: 50px; margin-right: 10px" :src="item.fileurlFull"
                          :preview-src-list="[info.fileurlFull]">
                          :preview-src-list="[item.fileurlFull]">
                </el-image>
              </div>
              </template>
@@ -136,7 +136,7 @@
              <template v-if="info.multifileList && info.multifileList.length>0">
                <div v-for="item in info.multifileList" style="display: inline-block" :key="item.id">
                  <el-image v-if="item.fileurlFull" style="width: 50px; height: 50px; margin-right: 10px" :src="item.fileurlFull"
                            :preview-src-list="[info.fileurlFull]">
                            :preview-src-list="[item.fileurlFull]">
                  </el-image>
                </div>
              </template>
@@ -176,7 +176,7 @@
              <template v-if="info.multifileList && info.multifileList.length>0">
                <div v-for="item in info.multifileList" style="display: inline-block" :key="'aaa'+item.id">
                  <el-image v-if="item.fileurlFull" style="width: 50px; height: 50px; margin-right: 10px" :src="item.fileurlFull"
                            :preview-src-list="[info.fileurlFull]">
                            :preview-src-list="[item.fileurlFull]">
                  </el-image>
                </div>
              </template>