a38313b6 by xiaomiao

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents 8b0fb295 f1fe14da
......@@ -120,7 +120,7 @@ export function down (index, data) {
*/
export function getIdCardInfo (level) {
const resultMap = {
A: '10 颗星',
A: '设备',
default: axios.post(Vue.prototype.BASE_API.IDCARDURL),
}
return resultMap[level] || resultMap.default
......
......@@ -94,10 +94,12 @@ class data extends filter {
{
prop: "qlrmc",
label: "权利人",
minWidth: '150',
},
{
prop: "ywrmc",
label: "义务人",
minWidth: '150',
},
{
prop: "mjmc",
......@@ -127,6 +129,7 @@ class data extends filter {
{
label: '操作',
width: '130',
fixed: "right",
render: (h, scope) => {
return (
<div>
......