zck 3 tygodni temu
rodzic
commit
01bd1d1a66

+ 1 - 1
src/view/yunyin/product/ProductPar.vue

@@ -42,7 +42,7 @@
                   <el-button type="danger" size="small" @click="onDelete(row)">删除</el-button>
                 </template>
               </el-table-column>
-            </el-table>
+            </el-table> 
             <div class="gva-pagination">
               <el-pagination
                 v-model:current-page="page"

+ 1 - 1
src/view/yunyin/product/ProductProcess.vue

@@ -94,7 +94,7 @@ import { ref, onMounted, nextTick } from 'vue'
 import { ProcessList, ProcessDelete } from '@/api/yunyin/product'
 import { ElMessage, ElMessageBox } from 'element-plus'
 
-defineOptions({ name: 'ProductProcess' })
+defineOptions({ name: 'ProductProcess' }) 
 
 const menuTreeRef = ref(null)
 const treeProps = { label: 'label', children: 'children' }

+ 1 - 1
src/view/yunyin/product/list.vue

@@ -62,7 +62,7 @@
                   <el-table-column align="center" label="创建时间" prop="Sys_rq" width="160" />
                   <el-table-column align="center" label="修改时间" prop="mod_rq" width="160" />
                 </el-table>
-                <div class="gva-pagination">
+                <div class="gva-pagination"> 
                   <el-pagination
                     v-model:current-page="page"
                     v-model:page-size="pageSize"