Browse Source

2025-04-15

master
qiezi 9 months ago
parent
commit
ddbbbaa4c8
  1. 23
      src/views/modules/base/roleInfo.vue

23
src/views/modules/base/roleInfo.vue

@ -214,7 +214,26 @@
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80 columnWidth: 80
// },{
},
{
userId: this.$store.state.user.name,
functionId: 100001005,
serialNumber: '100001005Table1Type',
tableId: "100001005Table1",
tableName: "岗位列表",
columnProp: "type",
headerAlign: "center",
align: "left",
columnLabel: "类别",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
},
// {
// userId: this.$store.state.user.name, // userId: this.$store.state.user.name,
// functionId: 100001005, // functionId: 100001005,
// serialNumber: '100001005Table1Remark', // serialNumber: '100001005Table1Remark',
@ -231,7 +250,7 @@
// status: true, // status: true,
// fixed: '', // fixed: '',
// columnWidth: 120 // columnWidth: 120
},
// },
], ],
dataForm:{ dataForm:{
id:'', id:'',

Loading…
Cancel
Save