Commit a3cf1208 authored by miaojiale's avatar miaojiale

筛查查询增加场景

parent 9a97e827
...@@ -323,6 +323,15 @@ export default { ...@@ -323,6 +323,15 @@ export default {
let roleList = this.roles.map((e) => e.roleCode) let roleList = this.roles.map((e) => e.roleCode)
// console.log(this.$route.query.checkStatus) // console.log(this.$route.query.checkStatus)
this.columns = [ this.columns = [
{
label: "场景",
minWidth: 120,
value: "unionName",
formatter: (row) => {
return row.unionName ? row.unionName : "--"
},
sortable: "custom",
},
{ {
label: "医联体", label: "医联体",
minWidth: 120, minWidth: 120,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment