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

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

Loading…
Cancel
Save