From 55aa572d4750c29b1bb6b21dae800a2dbe71a9d4 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期五, 13 十二月 2024 14:26:04 +0800 Subject: [PATCH] 删除废弃代码 --- UI-Project/src/views/UnLoadGlass/loadmachineracktwo.vue | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/UI-Project/src/views/UnLoadGlass/loadmachineracktwo.vue b/UI-Project/src/views/UnLoadGlass/loadmachineracktwo.vue index a469701..6b6c564 100644 --- a/UI-Project/src/views/UnLoadGlass/loadmachineracktwo.vue +++ b/UI-Project/src/views/UnLoadGlass/loadmachineracktwo.vue @@ -3,13 +3,11 @@ import {reactive} from "vue"; import {useRouter} from "vue-router" const router = useRouter() - const dialogFormVisiblea = ref(false) import { ref } from 'vue' import { ElMessage, ElMessageBox } from 'element-plus' // import Landingindication from "./Landingindication.vue"; import Landingindicationtwo from "./Landingindicationtwo.vue"; - const tableData = [ { id: '1', @@ -73,7 +71,6 @@ const getTableRow = (row,type) =>{ switch (type) { case 'edit' :{ - //alert('鎴戞帴鏀跺埌瀛愮粍浠朵紶閫佺殑缂栬緫淇℃伅') router.push({path: '/main/returns/createReturns', query: { ReturnID: 'TH24010101' }}) break } @@ -83,7 +80,6 @@ } } } - const dialogForm = () => { ElMessageBox.confirm( '鏄惁娓呯┖璇ユ潯淇℃伅?', @@ -132,9 +128,7 @@ } ], }) - </script> - <template> <div> <el-card style="flex: 1;margin-left: 10px;margin-top: 5px;" v-loading="loading"> @@ -157,7 +151,6 @@ </el-table> </div> </el-card> - </div> <div style="display: flex;"> <!-- <div id="main-body"> @@ -190,9 +183,7 @@ </template> </el-dialog> </template> - <style scoped> - #dt { display:block; float:left;line-height: 20px;margin-left: 100px;} #dta { display:block; float:left;line-height: 20px;margin-left: 80%;} #dialog-footer{ -- Gitblit v1.8.0