Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
byq_pc
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
张伯涛
byq_pc
Commits
ab05ff4b
Commit
ab05ff4b
authored
Apr 29, 2025
by
杨立坤(移动组_外包)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除导入
parent
1685415d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
39 deletions
+20
-39
data.vue
src/views/system/dict/data.vue
+9
-4
index.vue
src/views/system/dict/index.vue
+6
-14
index.vue
src/views/system/role/index.vue
+1
-8
index.vue
src/views/system/user/index.vue
+4
-13
No files found.
src/views/system/dict/data.vue
View file @
ab05ff4b
...
...
@@ -36,9 +36,12 @@
<el-button
class=
"queryBtn"
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
class=
"resetBtn"
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<
div
style=
"padding-bottom: 15px"
>
<
el-form-item
>
<coolbutton
:class-name=
"commonField.addClass"
:type=
"commonField.typePrimary"
:name=
"commonField.addName"
:icon=
"commonField.addIcon"
:size=
"commonField.size"
:haspermi=
"hasDataAddPerm"
@
btn-click=
"handleAdd"
/>
<el-button
</el-form-item>
<div
style=
"padding-bottom: 15px"
>
<!--
<el-button
class=
"importBtn"
type=
"warning"
icon=
"el-icon-upload"
...
...
@@ -53,14 +56,16 @@
size=
"small"
@
click=
"handleExport"
>
导出
</el-button>
</el-button>
-->
<right-toolbar
:show-search
.
sync=
"showSearch"
@
queryTable=
"getList"
/>
</div>
</el-form>
</div>
<div
class=
"placeholder"
/>
<div
style=
"padding:10px"
>
<div
class=
"mb12 font-small-bold"
>
字典参数列表
</div>
<!--
<div
class=
"mb12 font-small-bold"
>
字典参数列表
</div>
-->
<div
class=
"tableTitle"
>
字典参数列表
</div>
<div
class=
"titleLine"
></div>
<el-table
v-loading=
"loading"
:data=
"dataList"
border
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"字典编码"
align=
"center"
prop=
"businessId"
/>
...
...
src/views/system/dict/index.vue
View file @
ab05ff4b
...
...
@@ -30,7 +30,7 @@
placeholder=
"字典状态"
clearable
size=
"small"
style=
"width:
20
0px"
style=
"width:
15
0px"
>
<el-option
v-for=
"dict in statusOptions"
...
...
@@ -68,9 +68,6 @@
:size=
"commonField.smallSize"
@
click=
"resetQuery"
>
{{
commonField
.
resetName
}}
</el-button>
</el-form-item>
<div
style=
"padding-bottom: 15px"
class=
"dictBtnRow"
>
<!-- //新增按钮-->
<el-button
v-hasPermi=
"hasDictAddPerm"
:class=
"commonField.addClass"
...
...
@@ -79,17 +76,12 @@
:size=
"commonField.smallSize"
@
click=
"handleAdd"
>
{{
commonField
.
addName
}}
</el-button>
<!-- //导出-->
<el-button
v-hasPermi=
"exportHaspermi"
:class=
"commonField.exportClass"
:type=
"commonField.typeSuccess"
:icon=
"commonField.exportIcon"
:size=
"commonField.smallSize"
@
click=
"handleExport"
>
{{
commonField
.
exportName
}}
</el-button>
</el-form-item>
</div>
</el-form>
</div>
<div
style=
"min-height: 445px;padding:5px 10px"
>
...
...
src/views/system/role/index.vue
View file @
ab05ff4b
...
...
@@ -68,14 +68,7 @@
@
click=
"handleAdd"
>
{{
commonField
.
addName
}}
</el-button>
<!-- //导出-->
<el-button
v-hasPermi=
"hasExportPerm"
:class=
"commonField.exportClass"
:type=
"commonField.typeSuccess"
:icon=
"commonField.exportIcon"
:size=
"commonField.smallSize"
@
click=
"handleExport"
>
{{
commonField
.
exportName
}}
</el-button>
</el-form-item>
</div>
</el-form>
...
...
src/views/system/user/index.vue
View file @
ab05ff4b
...
...
@@ -5,10 +5,10 @@
:inline=
"true"
label-width=
"auto"
>
<el-form-item
label=
"登录名"
prop=
"username"
>
<el-input
v-model=
"queryParams.username"
placeholder=
"请输入登录名"
clearable
:maxlength=
"30"
size=
"small"
style=
"width:
15
0px"
/>
style=
"width:
22
0px"
/>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"flag"
>
<el-select
v-model=
"queryParams.flag"
placeholder=
"请选择用户状态"
clearable
size=
"small"
style=
"width:
15
0px"
>
<el-select
v-model=
"queryParams.flag"
placeholder=
"请选择用户状态"
clearable
size=
"small"
style=
"width:
22
0px"
>
<el-option
v-for=
"dict in statusOptions"
:key=
"dict.dictValue"
:label=
"dict.dictLabel"
:value=
"dict.dictValue"
/>
</el-select>
...
...
@@ -22,20 +22,11 @@
@
click=
"resetQuery"
>
{{
commonField
.
resetName
}}
</el-button>
</el-form-item>
<el-form-item
style=
"float: right"
>
<el-button
:class=
"commonField.addClass"
:type=
"commonField.typePrimary"
@
click=
"handleTest"
>
图片预览测试
</el-button>
<!-- //新增按钮-->
<el-button
v-hasPermi=
"hasAddPerm"
:class=
"commonField.addClass"
:type=
"commonField.typePrimary"
:icon=
"commonField.addIcon"
:size=
"commonField.smallSize"
@
click=
"handleAdd"
>
{{
commonField
.
addName
}}
</el-button>
<!-- //导入按钮-->
<el-button
v-hasPermi=
"hasImportPerm"
:class=
"commonField.importClass"
:type=
"commonField.typeWarning"
:icon=
"commonField.importIcon"
:size=
"commonField.smallSize"
@
click=
"handleImport"
>
{{
commonField
.
importName
}}
</el-button>
<!-- //导出-->
<el-button
v-hasPermi=
"hasExportPerm"
:class=
"commonField.exportClass"
:type=
"commonField.typeSuccess"
:icon=
"commonField.exportIcon"
:size=
"commonField.smallSize"
@
click=
"handleExport"
>
{{
commonField
.
exportName
}}
</el-button>
</el-form-item>
</el-form>
</div>
...
...
@@ -508,7 +499,7 @@ export default {
getList
()
{
this
.
loading
=
true
listUser
(
this
.
queryParams
).
then
(
response
=>
{
this
.
userList
=
response
.
rows
this
.
userList
=
response
.
data
this
.
total
=
response
.
total
this
.
loading
=
false
}
...
...
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