From acacdfa1b6b5dc0ac0c444c53fcbd05f8552ff3c Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期二, 23 四月 2024 08:44:39 +0800 Subject: [PATCH] #演示 --- src/main/webapp/views/taskWrkLog/taskWrkLog.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/taskWrkLog/taskWrkLog.html b/src/main/webapp/views/taskWrkLog/taskWrkLog.html index 4075728..2c57eb4 100644 --- a/src/main/webapp/views/taskWrkLog/taskWrkLog.html +++ b/src/main/webapp/views/taskWrkLog/taskWrkLog.html @@ -28,7 +28,7 @@ <el-button type="primary" @click="resetParam">閲嶇疆</el-button> </el-form-item> </el-form> - <el-table ref="singleTable" :data="tableData" style="width: 100%;"> + <el-table border ref="singleTable" :data="tableData" style="width: 100%;"> <el-table-column label="鎿嶄綔" width="100"> <template slot-scope="scope"> <el-dropdown @command="(command)=>{handleCommand(command, scope.row)}"> @@ -59,6 +59,8 @@ </el-table-column> <el-table-column property="crnNo" label="鍫嗗灈鏈哄彿"> </el-table-column> + <el-table-column property="barcode" label="鏉$爜"> + </el-table-column> </el-table> <div style="margin-top: 10px;"> -- Gitblit v1.9.1