From 5ecb7958c96d3f0b6d47b79aff7eb306c2cf690f Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期二, 06 八月 2024 11:16:58 +0800 Subject: [PATCH] gitlab上面的wms转移到公司git --- src/views/operate/scrap/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/operate/scrap/index.vue b/src/views/operate/scrap/index.vue index ae4d460..e209f6b 100644 --- a/src/views/operate/scrap/index.vue +++ b/src/views/operate/scrap/index.vue @@ -18,12 +18,13 @@ @tableRowClick="tableRowClick" > <template slot="tableButton"> - <el-table-column fixed="right" label="鎿嶄綔" width="100"> + <el-table-column label="鎿嶄綔" width="120"> <template slot-scope="scope"> <el-button @click="examineClick(scope.row)" type="text" size="small">鏌ョ湅</el-button> <el-button type="text" v-if="scope.row.status != 4" size="small" @click="editClick(scope.row)" >缂栬緫</el-button > + <el-button @click.stop="" type="text" size="small">鍒犻櫎</el-button> </template> </el-table-column> </template> -- Gitblit v1.8.0