<!DOCTYPE html>
|
<html>
|
<head>
|
<title>应用程序管理-列表</title>
|
<meta charset="UTF-8">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
<script src="../../../js/paramconfig.js"></script>
|
<script type="text/javascript">
|
remoteToLoadCss('BootStrap4/assets/css/style.css');
|
remoteToLoadJs('BootStrap4/assets/js/jquery.min.js');
|
loadLocalJs('../../../libs/vue.min.js');
|
loadLocalJs('../../../js/common.js');
|
|
</script>
|
<script>
|
$(function () {
|
initSystemName();
|
});
|
</script>
|
<style>
|
.mainbody{
|
width: 50%;
|
margin: 30px auto;
|
}
|
#applyuserid{
|
width:100%;
|
height:30px;
|
text-indent:1rem
|
}
|
</style>
|
</head>
|
<body>
|
<div class="mainbody">
|
<label>excel</label> <select class="form-control" id="appidName" style="display: inline-block;"></select>
|
<label>用户id</label> <input type="text" value="2" id="applyuserid" >
|
</div>
|
</body>
|
</html>
|