zjj
2024-01-10 b610e067cf2c44fdcc99ec3a3190820d1a5b7bcb
src/main/webapp/views/commandManage/commandManage.html
@@ -40,7 +40,7 @@
                     <el-button type="primary" @click="resetParam">重置</el-button>
                  </el-form-item>
               </el-form>
               <el-table ref="singleTable" :data="tableData" style="width: 100%;" :row-class-name="tableRowClassName">
               <el-table border ref="singleTable" :data="tableData" style="width: 100%;" :row-class-name="tableRowClassName">
                  <el-table-column label="操作" width="100">
                     <template slot-scope="scope">
                        <el-dropdown @command="(command)=>{handleCommand(command, scope.row)}">