Commit 74d9bb57 authored by Mac's avatar Mac

1

parent 3a987a90
......@@ -50,8 +50,7 @@
</div>
</template>
<script lang="ts">
import { defineComponent, ref, reactive, onMounted } from 'vue'
import { Todo, Meta } from '@/components/models'
import { defineComponent, ref, onMounted } from 'vue'
import customerService from '@/api/customer'
export default defineComponent({
......
......@@ -8,7 +8,7 @@
<q-tab name="label" label="标签" />
</q-tabs>
<div v-if="tab=='field'" >
 <customerField></customerField>
 <customer-Field></customer-Field>
</div>
</q-page>
......
......@@ -4,7 +4,7 @@
<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 @keyup.enter.native="resetSearch" clearable standout="bg-primary text-white" v-model="msg.Name"
<q-input @keyup.enter="resetSearch" clearable standout="bg-primary text-white" v-model="msg.Name"
label="分组名称" @clear="resetSearch" maxlength="20" />
</div>
</div>
......@@ -12,7 +12,7 @@
<div class="page-content">
<q-table :pagination="msg" :rows="rows" :columns="columns" row-key="name" no-data-label="暂无相关数据" flat
class="sticky-column-table">
<template v-slot:top='props'>
<template v-slot:append>
<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