Browse Source

打印机名称字段修改 2022年11月3日 sxm

master
[li_she] 3 years ago
parent
commit
16038751cd
  1. 4
      src/views/modules/common/print-list.vue
  2. 2
      src/views/modules/common/user-print-list.vue

4
src/views/modules/common/print-list.vue

@ -18,7 +18,7 @@
<el-form-item label="打印机名称"> <el-form-item label="打印机名称">
<el-select placeholder="" <el-select placeholder=""
filterable filterable
@blur="selectBlur" style="width:100%" v-model="userPrint.printername">
@blur="selectBlur" style="width:100%" v-model="userPrint.newprintername">
<el-option v-for="(item,index) in printList" <el-option v-for="(item,index) in printList"
:key="index" :key="index"
:label="item.label" :value="item.label"></el-option> :label="item.label" :value="item.label"></el-option>
@ -51,7 +51,7 @@ export default {
title: '用户打印机管理', title: '用户打印机管理',
visible: false, visible: false,
userPrint: { userPrint: {
printername: '',
newprintername: '',
userid: this.$store.state.user.name, userid: this.$store.state.user.name,
ipaddress: '', ipaddress: '',
reportid: '', reportid: '',

2
src/views/modules/common/user-print-list.vue

@ -135,7 +135,7 @@ export default {
{ {
"tableId": "common1001", "tableId": "common1001",
"tableName": "common", "tableName": "common",
"columnProp": "printername",
"columnProp": "newprintername",
"columnLabel": "打印机名称", "columnLabel": "打印机名称",
"columnHidden": false, "columnHidden": false,
"columnImage": false, "columnImage": false,

Loading…
Cancel
Save