luodangjia
2024-05-24 503bc89c55d675a27b689419aa906a070ca5cb03
ManagementNTTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tOpenCity/tOpenCity_add.html
@@ -62,6 +62,34 @@
                        </div>
                    </div>
                    <div class="form-group">
                        <label class="col-sm-3 control-label">机场/动车站点:</label>
                        <div class="col-sm-3" >
                            <#input id="businessSort" name=" " value="" />
                        </div>
                        <div class="col-sm-2">
                            <#button btnCss="info" name="添加站点" id="ensure" icon="fa-check" clickFun="addBusinessType()"/>
                        </div>
                    </div>
                    <div class="form-group">
                        <label class="col-sm-3 control-label">已添加站点列表:</label>
                        <div class="col-sm-9">
                            <div style="height: 200px; border: 1px solid #e5e6e7;overflow-y: auto;">
                                <table class="table table-striped table-bordered table-hover table-condensed">
                                    <thead>
                                    <tr>
                                        <th style="width: 300px;">添加时间</th>
                                        <th style="width: 300px;">经营业务</th>
                                        <th style="width: 300px;">排序</th>
                                        <th style="width: 100px;">操作</th>
                                    </tr>
                                    </thead>
                                    <tbody id="site">
                                    </tbody>
                                </table>
                            </div>
                        </div>
                    </div>
                </div>
            </div>