Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_vue_manage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨硕
91isoft_vue_manage
Commits
0222ca62
Commit
0222ca62
authored
Aug 01, 2023
by
杨硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加重置按钮
parent
570ebd96
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
35 additions
and
31 deletions
+35
-31
index.html
public/index.html
+1
-1
index.vue
src/views/monitor/errorLog/index.vue
+2
-1
index.vue
src/views/monitor/loginInfo/index.vue
+2
-1
index.vue
src/views/monitor/operLog/index.vue
+2
-1
index.vue
src/views/system/dept/index.vue
+21
-22
index.vue
src/views/system/dict/index.vue
+1
-1
index.vue
src/views/system/menu/index.vue
+2
-1
index.vue
src/views/system/role/index.vue
+1
-0
index.vue
src/views/system/user/index.vue
+2
-2
vue.config.js
vue.config.js
+1
-1
No files found.
public/index.html
View file @
0222ca62
...
...
@@ -5,7 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>liulanqi_logo.png"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css"
>
<!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css">--
>
<title><
%=
webpackConfig
.
name
%
></title>
</head>
<body>
...
...
src/views/monitor/errorLog/index.vue
View file @
0222ca62
...
...
@@ -67,6 +67,7 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<el-form-item
style=
"float: right"
>
<!--
<el-button-->
...
...
@@ -477,7 +478,7 @@ export default {
/** 重置按钮操作 */
resetQuery
()
{
this
.
dateRange
=
''
this
.
resetForm
(
'query
Form
'
)
this
.
resetForm
(
'query
Params
'
)
this
.
handleQuery
()
},
// 多选框选中数据
...
...
src/views/monitor/loginInfo/index.vue
View file @
0222ca62
...
...
@@ -50,6 +50,7 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<div
style=
"float: right"
>
<el-form-item>
...
...
@@ -356,7 +357,7 @@ export default {
/** 重置按钮操作 */
resetQuery
()
{
this
.
dateRange
=
''
this
.
resetForm
(
'query
Form
'
)
this
.
resetForm
(
'query
Params
'
)
this
.
handleQuery
()
},
// 多选框选中数据
...
...
src/views/monitor/operLog/index.vue
View file @
0222ca62
...
...
@@ -67,6 +67,7 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<el-form-item
style=
"float: right"
>
<!--
<el-button-->
...
...
@@ -476,7 +477,7 @@ export default {
/** 重置按钮操作 */
resetQuery
()
{
this
.
dateRange
=
''
this
.
resetForm
(
'query
Form
'
)
this
.
resetForm
(
'query
Params
'
)
this
.
handleQuery
()
},
// 多选框选中数据
...
...
src/views/system/dept/index.vue
View file @
0222ca62
...
...
@@ -25,11 +25,10 @@
class=
"filter-item"
type=
"primary"
size=
"small"
style=
"padding: 8px 7px;"
icon=
"el-icon-search"
@
click=
"getList"
>
查询
</el-button>
<
!--
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
--
>
<
el-button
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button
>
</el-form-item>
<el-form-item
style=
"float: right"
>
<el-button
...
...
@@ -106,13 +105,13 @@
<!-- >删除</el-button>-->
<!-- </template>-->
<
template
slot-scope=
"scope"
>
<!--
<el-button-->
<!-- v-hasPermi="['sys:dept:update']"-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- style="color: #49cec9"-->
<!-- @click="handleUpdate(scope.row)"-->
<!-- >修改
</el-button>
-->
<!--
<el-button-->
<!-- v-hasPermi="['sys:dept:update']"-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- style="color: #49cec9"-->
<!-- @click="handleUpdate(scope.row)"-->
<!-- >修改
</el-button>
-->
<coolbutton
style=
"color: #49cec9"
:type=
"typeParent"
:name=
"updataName"
:size=
"size"
:haspermi=
"updateHaspermi"
@
btn-click=
"handleUpdate(scope.row)"
/>
<!--
<el-switch-->
<!-- v-model="scope.row.flag"-->
...
...
@@ -121,20 +120,20 @@
<!-- inactive-value="1"-->
<!-- @change="handleStatusChange(scope.row)"-->
<!-- />-->
<!--
<el-button-->
<!-- v-hasPermi="['sys:dept:add']"-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- @click="handleAdd(scope.row)"-->
<!-- >新增
</el-button>
-->
<!--
<el-button-->
<!-- v-hasPermi="['sys:dept:add']"-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- @click="handleAdd(scope.row)"-->
<!-- >新增
</el-button>
-->
<coolbutton
:type=
"typeParent"
:name=
"addName"
:size=
"size"
:haspermi=
"addHaspermi"
@
btn-click=
"handleAdd(scope.row)"
/>
<!--
<el-button-->
<!-- v-if="scope.row.parentId !== 0"-->
<!-- v-hasPermi="['sys:dept:delete']"-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- @click="handleDelete(scope.row)"-->
<!-- >删除
</el-button>
-->
<!--
<el-button-->
<!-- v-if="scope.row.parentId !== 0"-->
<!-- v-hasPermi="['sys:dept:delete']"-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- @click="handleDelete(scope.row)"-->
<!-- >删除
</el-button>
-->
<coolbutton
:type=
"typeParent"
:name=
"nameParent"
:size=
"size"
:haspermi=
"delHaspermi"
@
btn-click=
"handleDelete(scope.row)"
/>
</
template
>
</el-table-column>
...
...
src/views/system/dict/index.vue
View file @
0222ca62
...
...
@@ -52,7 +52,7 @@
/>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleQuery"
>
搜索
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<el-row
:gutter=
"10"
class=
"mb8"
>
...
...
src/views/system/menu/index.vue
View file @
0222ca62
...
...
@@ -13,7 +13,8 @@
</el-form-item>
<el-form-item>
<!--
<el-button
v-hasPermi=
"['sys:menu:query']"
type=
"primary"
size=
"small"
@
click=
"handleQuery"
>
查询
</el-button>
-->
<coolbutton
style=
"padding: 8px 7px;"
:icon=
"queryIcon"
:type=
"typePrimary"
:name=
"queryName"
:size=
"smallSize"
:haspermi=
"queryHaspermi"
@
btn-click=
"handleQuery"
/>
<coolbutton
:icon=
"queryIcon"
:type=
"typePrimary"
:name=
"queryName"
:size=
"smallSize"
:haspermi=
"queryHaspermi"
@
btn-click=
"handleQuery"
/>
<el-button
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<div
style=
"float: right"
>
<el-form-item>
...
...
src/views/system/role/index.vue
View file @
0222ca62
...
...
@@ -40,6 +40,7 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<div
style=
"float: right"
>
<el-form-item>
...
...
src/views/system/user/index.vue
View file @
0222ca62
...
...
@@ -39,8 +39,8 @@
</el-select>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
style=
"padding: 8px 7px;"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"padding: 8px 7px;"
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<el-form-item
style=
"float: right"
>
<!--
<el-button-->
...
...
vue.config.js
View file @
0222ca62
...
...
@@ -82,7 +82,7 @@ module.exports = {
// target: `http://192.168.1.29:8082/`,
// target: `http://10.5.87.231:10010/internal`,
// target: `http://117.122.212.91:32012/`,
target
:
`http://192.144.239.97:2007
0
/`
,
target
:
`http://192.144.239.97:2007
5
/`
,
changeOrigin
:
true
,
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment