mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	fix: unocss eslint
This commit is contained in:
		@@ -122,7 +122,7 @@
 | 
			
		||||
          <el-image
 | 
			
		||||
            v-if="scope.row.accountQrCodeUrl"
 | 
			
		||||
            :src="scope.row.accountQrCodeUrl"
 | 
			
		||||
            class="w-40px h-40px"
 | 
			
		||||
            class="h-40px w-40px"
 | 
			
		||||
            :preview-src-list="[scope.row.accountQrCodeUrl]"
 | 
			
		||||
            preview-teleported
 | 
			
		||||
          />
 | 
			
		||||
 
 | 
			
		||||
@@ -16,9 +16,9 @@
 | 
			
		||||
          <el-form-item label="退款理由" prop="afterSaleRefundReasons">
 | 
			
		||||
            <el-select
 | 
			
		||||
              v-model="formData.afterSaleRefundReasons"
 | 
			
		||||
              allow-create
 | 
			
		||||
              filterable
 | 
			
		||||
              multiple
 | 
			
		||||
              allow-create
 | 
			
		||||
              placeholder="请直接输入退款理由"
 | 
			
		||||
            >
 | 
			
		||||
              <el-option
 | 
			
		||||
 
 | 
			
		||||
@@ -192,7 +192,7 @@
 | 
			
		||||
                <div class="flex items-center">
 | 
			
		||||
                  <el-image
 | 
			
		||||
                    :src="row.picUrl"
 | 
			
		||||
                    class="w-30px h-30px mr-10px"
 | 
			
		||||
                    class="mr-10px h-30px w-30px"
 | 
			
		||||
                    @click="imagePreview(row.picUrl)"
 | 
			
		||||
                  />
 | 
			
		||||
                  <span class="mr-10px">{{ row.spuName }}</span>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user