Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
Project
Project
Details
Activity
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
pda
pda-ui
Commits
e937df05
Commit
e937df05
authored
Mar 16, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打印机配置列名调整
parent
52b839f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/system/printerConfig/index.vue
+5
-5
No files found.
src/views/system/printerConfig/index.vue
View file @
e937df05
...
@@ -28,10 +28,10 @@
...
@@ -28,10 +28,10 @@
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"
品牌
"
prop=
"printerPlace"
>
<el-form-item
label=
"
打印机位置
"
prop=
"printerPlace"
>
<el-input
<el-input
v-model=
"queryParams.printerPlace"
v-model=
"queryParams.printerPlace"
placeholder=
"请输入
品牌
"
placeholder=
"请输入
打印机位置
"
clearable
clearable
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"打印机名称"
align=
"center"
prop=
"printerName"
/>
<el-table-column
label=
"打印机名称"
align=
"center"
prop=
"printerName"
/>
<el-table-column
label=
"品牌"
align=
"center"
prop=
"brand"
/>
<el-table-column
label=
"品牌"
align=
"center"
prop=
"brand"
/>
<el-table-column
label=
"
品牌
"
align=
"center"
prop=
"printerPlace"
/>
<el-table-column
label=
"
打印机位置
"
align=
"center"
prop=
"printerPlace"
/>
<el-table-column
label=
"型号"
align=
"center"
prop=
"printerModel"
/>
<el-table-column
label=
"型号"
align=
"center"
prop=
"printerModel"
/>
<el-table-column
label=
"连接类型"
align=
"center"
prop=
"connectionType"
>
<el-table-column
label=
"连接类型"
align=
"center"
prop=
"connectionType"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -236,8 +236,8 @@
...
@@ -236,8 +236,8 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"
品牌
"
prop=
"printerPlace"
>
<el-form-item
label=
"
打印机位置
"
prop=
"printerPlace"
>
<el-input
v-model=
"form.printerPlace"
placeholder=
"请输入
品牌
"
/>
<el-input
v-model=
"form.printerPlace"
placeholder=
"请输入
打印机位置
"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
...
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