Commit b7684d4a authored by 黄奎's avatar 黄奎
parents 1b31e17f 3811278b
...@@ -130,24 +130,25 @@ ...@@ -130,24 +130,25 @@
</style> </style>
<template> <template>
<div class="flexOne currentManage page-body"> <div class="flexOne currentManage page-body">
<div class="query-box" style="padding: 0;"> <div class="query-box" style="display: flex;justify-content: space-between;border-bottom:0">
校区: <div>
<el-select filterable v-model='msg.BranchId' @change="getList"> 校区:
<el-option label="不限" value="0"></el-option> <el-select filterable v-model='msg.BranchId' @change="getList">
<el-option v-for="(item,index) in TheAliasList" :label="item.Name" :value='item.Id' :key="index"> <el-option label="不限" value="0"></el-option>
</el-option> <el-option v-for="(item,index) in TheAliasList" :label="item.Name" :value='item.Id' :key="index">
</el-select> </el-option>
</el-select>
</div>
<ul> <ul>
<li> <li>
<q-btn color="primary" size="11px" label="导入"  @click="outerVisible=true" style="marginRight:10px"/> <q-btn color="primary" size="11px" label="导入"  @click="outerVisible=true" style="margin-right:10px"/>
</li> </li>
</ul> </ul>
</div> </div>
<div class="cm_content _scrollbar" style="position: absolute;top:117px;bottom: 100px;left: 15px;right:15px;overflow-y: scroll;"> <div class="cm_content _scrollbar" style="position: absolute;top:98px;bottom: 100px;left: 15px;right:15px;overflow-y: scroll;padding: 0 20px;">
<table class="po_content singeRowTable" <table class="po_content singeRowTable" cellspacing="0"
style="border:1px solid #E6E6E6;" cellspacing="0"
cellpadding="0" v-loading="loading"> cellpadding="0" v-loading="loading">
<tr> <tr>
<th>科目名称</th> <th>科目名称</th>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</style> </style>
<template> <template>
<div class="flexOne currentManage page-body" style="position: relative;"> <div class="flexOne currentManage page-body" style="position: relative;">
<div class="query-box"> <div class="query-box" style="border-bottom:0">
<ul> <ul>
<li> <li>
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</style> </style>
<template> <template>
<div class="flexOne currentManage page-body" style="position: relative;"> <div class="flexOne currentManage page-body" style="position: relative;">
<div class="query-box"> <div class="query-box" style="border-bottom:0">
<ul> <ul>
<li> <li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment