From 922525505b92f1c3d37c3e5512da254b3dbcc475 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 29 Apr 2025 08:50:44 +0800
Subject: [PATCH] 许可证二维码
---
src/views/firework/people/index.vue | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/views/firework/people/index.vue b/src/views/firework/people/index.vue
index 4451873..b70741b 100644
--- a/src/views/firework/people/index.vue
+++ b/src/views/firework/people/index.vue
@@ -1,6 +1,6 @@
<template>
<div class="app-container">
- <div style="display: flex;justify-content: space-between;margin-bottom: 10px">
+ <div style="display: flex;justify-content: space-between;margin-bottom: 0px">
<el-form :inline="true" style="display: flex;align-items: center;flex-wrap: wrap;" >
<el-form-item>
<el-button
@@ -11,20 +11,20 @@
>
新增
</el-button>
- </el-form-item>
- <el-form-item label="姓名:" >
- <el-input v-model="data.queryParams.filter.companyName" placeholder="请输入姓名"></el-input>
- </el-form-item>
- <el-form-item >
- <el-button
- type="primary"
- @click="getList"
- >查询</el-button>
- <el-button
- type="primary"
- plain
- @click="reset"
- >重置</el-button>
+<!-- </el-form-item>-->
+<!-- <el-form-item label="姓名:" >-->
+<!-- <el-input v-model="data.queryParams.filter.companyName" placeholder="请输入姓名"></el-input>-->
+<!-- </el-form-item>-->
+<!-- <el-form-item >-->
+<!-- <el-button-->
+<!-- type="primary"-->
+<!-- @click="getList"-->
+<!-- >查询</el-button>-->
+<!-- <el-button-->
+<!-- type="primary"-->
+<!-- plain-->
+<!-- @click="reset"-->
+<!-- >重置</el-button>-->
</el-form-item>
</el-form>
</div>
--
Gitblit v1.9.2