|
@@ -1,9 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
<AidopDemoShell :title="pageTitle" subtitle="模工具台账维护">
|
|
<AidopDemoShell :title="pageTitle" subtitle="模工具台账维护">
|
|
|
- <template #bar-right>
|
|
|
|
|
- <el-button type="primary" @click="openCreate">新增</el-button>
|
|
|
|
|
- </template>
|
|
|
|
|
-
|
|
|
|
|
<el-form :inline="true" :model="query" class="mb12" @submit.prevent>
|
|
<el-form :inline="true" :model="query" class="mb12" @submit.prevent>
|
|
|
<el-form-item label="名称">
|
|
<el-form-item label="名称">
|
|
|
<el-input v-model="query.name" clearable style="width: 200px" />
|
|
<el-input v-model="query.name" clearable style="width: 200px" />
|
|
@@ -25,6 +21,7 @@
|
|
|
<el-form-item>
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="doSearch">查询</el-button>
|
|
<el-button type="primary" @click="doSearch">查询</el-button>
|
|
|
<el-button @click="resetQuery">重置</el-button>
|
|
<el-button @click="resetQuery">重置</el-button>
|
|
|
|
|
+ <el-button type="success" @click="openCreate">新增</el-button>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|