2890d0db by 任超
2 parents 61041984 73b49668
......@@ -270,7 +270,7 @@ export default {
@include flex;
width: 100%;
height: 80px;
background-color: #10CCB8;
background-color: #3498DB;
color: #ffffff;
justify-content: space-between;
padding-left: 15px;
......@@ -294,11 +294,11 @@ export default {
li:hover {
border: 1px solid #ffffff;
border-radius: 5px;
color: $light-blue ;
//color: $light-blue ;
.svg-icon {
color: $light-blue ;
//color: $light-blue ;
}
}
}
......
......@@ -62,9 +62,15 @@ class data extends filter {
label: "受理人员",
},
{
prop: "zcsj",
label: "转出时间",
sortable: 'custom'
sortable: 'custom',
render: (h, scope) => {
return (
<div>
<span>{scope.row.zcsj[0]}</span>
</div>
)
}
},
{
label: '操作',
......
......@@ -93,7 +93,7 @@
//首次登记
import { datas, sendThis } from "../javascript/jsydsyq200.js";
import table from "@/utils/mixin/table";
import { selectScBdcdy, startBusinessFlow } from "@/api/ywbl.js";
import { selectQlxx, startBusinessFlow } from "@/api/ywbl.js";
export default {
props: {
bsmSqyw: { type: String, default: "" },
......@@ -107,7 +107,7 @@ export default {
bdcdyh: "",
ywh: "",
bdcqzh: "",
sqywbm: "A03100",
sqywbm: "A03200",
},
qllxs: [],
tableData: {
......@@ -133,7 +133,7 @@ export default {
},
fetchData() {
if (this.bsmSqyw) {
selectScBdcdy({ ...this.queryForm, ...this.pageData }).then((res) => {
selectQlxx({ ...this.queryForm, ...this.pageData }).then((res) => {
if (res.code === 200) {
let { total, records } = res.result;
this.tableData.total = total;
......
......@@ -51,11 +51,11 @@ class data extends filter {
label: "证件号",
},
{
prop: "qlxzmc",
prop: "qlxz",
label: "权利性质",
},
{
prop: "zdmj",
prop: "mj",
label: "使用权面积",
},
{
......