Commit 9edcc485 authored by 黄奎's avatar 黄奎

页面修改

parent c85c7542
......@@ -3,16 +3,15 @@
<div class="page-search row items-center">
<div class="col row wrap q-mr-lg q-col-gutter-md">
<div class="col-3">
<q-input @input="resetSearch" clearable filled v-model="msg.CateName" label="科目名称" @clear="resetSearch"
<q-input @input="resetSearch" clearable filled v-model="msg.SubjectName" label="科目名称" @clear="resetSearch"
maxlength="20" />
</div>
</div>
</div>
<div class="page-content">
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-column-table"
separator="none" :data="dataList" :columns="columns">
<template v-slot:top="props">
<template v-slot>
<div class="col-2 q-table__title">科目管理</div>
<q-space />
<div class="page-option">
......
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