main
zhen 1 year ago
parent f96a7374d2
commit 027726ab3d
  1. 4
      src/views/leger/dynamicledger.vue

@ -60,7 +60,7 @@ export default {
column: [
{
label: "场站",
prop: "status",
prop: "station",
type: "select",
search: true,
hide: true,
@ -144,7 +144,7 @@ export default {
query: {
frameMode:"search",
id: row.id,
station: row.status,
station: row.station,
kksEncoding: row.kksEncoding,
kksDescription: row.kksDescription
},

Loading…
Cancel
Save