yzh
2022-05-10 8642cc943c7e803834d1553eb97de3bad1a0fae1
web/web/GwOpGroup.aspx
@@ -46,7 +46,7 @@
                   <div class="form-group">
                      <table class="table table-striped table-bordered table-hover" id="opList">
                      <thead>
                        <tr><th class="col-md-6">通道</th><th  class="col-md-4">权重</th><th  class="col-md-2">操作</th></tr>
                        <tr><th class="col-md-6">通道</th><th class="col-md-4">权重</th><th  class="col-md-2">操作</th></tr>
                        </thead>
                        <tbody>
                          
@@ -92,7 +92,7 @@
               html.push("<tr>");
               html.push("<td><select class='form-control' name='opid'>");
               $.each(opList, function (i) {
                   html.push("<option value='" + this.OpID + "'  "+((this.OpID == opid) ? "selected" : "")+">" + this.OpName + "</option>");
                   html.push("<option value='" + this.OpID + "'  "+((this.OpID == opid) ? "selected" : "")+">" +this.OpID+"-"+ this.OpName + "</option>");
               });
               html.push("</select></td>");
               html.push("<td><input type='text' class='form-control' name='weight' value='"+weight+"'></td>");