Commit 8eaae5df authored by 赵啸非's avatar 赵啸非

修改路由

parent c42e590b
......@@ -39,12 +39,17 @@
return {
config: {
search: [
{
name: "peopleName",
type: "姓名",
label: "peopleName",
fuzzy: true,
},
],
columns: [
{type: "selection", width: 60},
{type: "index",label: "序号",width: 50},
{label: "预约编号,为空现场取号", prop: "ordernumber"},
{label: "预约编号", prop: "ordernumber"},
{label: "叫号状态 ", prop: "style"},
......@@ -54,7 +59,7 @@
{label: "窗口编号", prop: "windowFromnum"},
{label: "流水编号,当天的第xxx号", prop: "flownum"},
{label: "流水编号", prop: "flownum"},
{label: "呼叫转移号", prop: "formernum"},
......@@ -86,7 +91,7 @@
{label: "事项名", prop: "matterName"},
{label: "排号队列ID,唯一", prop: "queueid"},
{label: "排号队列ID", prop: "queueid"},
{label: "取号方式 ", prop: "wySignin"},
......@@ -108,10 +113,10 @@
{
label: "操作",
width: 240,
width: 80,
formatter: row => {
return (
<table-buttons noAdd row={row} onEdit={this.toEdit} onView={this.toView} onDel={this.toDel} />
<table-buttons noAdd noEdit noDel row={row} onEdit={this.toEdit} onView={this.toView} onDel={this.toDel} />
);
}
}
......
......@@ -39,9 +39,14 @@
return {
config: {
search: [
{
name: "peopleName",
type: "评价人姓名",
label: "peopleName",
fuzzy: true,
},
],
columns: [
{type: "selection", width: 60},
{type: "index",label: "序号",width: 50},
{label: "评价人身份证号", prop: "peopleIdcard"},
......@@ -110,10 +115,10 @@
{
label: "操作",
width: 240,
width: 80,
formatter: row => {
return (
<table-buttons noAdd row={row} onEdit={this.toEdit} onView={this.toView} onDel={this.toDel} />
<table-buttons noAdd noEdit noDel row={row} onEdit={this.toEdit} onView={this.toView} onDel={this.toDel} />
);
}
}
......
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