From 8cc552c622bf29f6cffc8173b6b730ec22ecc736 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期一, 11 九月 2023 09:27:31 +0800
Subject: [PATCH] 	modified:   src/main.js

---
 src/components/view/rawUnqualified/raw.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/view/rawUnqualified/raw.vue b/src/components/view/rawUnqualified/raw.vue
index ac0b8c4..a92a38f 100644
--- a/src/components/view/rawUnqualified/raw.vue
+++ b/src/components/view/rawUnqualified/raw.vue
@@ -71,7 +71,7 @@
         >
           <el-table-column type="selection" width="50"> </el-table-column>
           <el-table-column type="index" label="搴忓彿" width="60">
-            <template scope="scope">
+            <template slot-scope="scope">
               {{ (search.pageSize - 1) * search.countSize + scope.$index + 1 }}
             </template>
           </el-table-column>

--
Gitblit v1.9.3