Browse Source

修改参拍记录

develop
王健 4 years ago
parent
commit
7705155db1
  1. 16
      src/views/company/auction/index.vue

16
src/views/company/auction/index.vue

@ -168,11 +168,23 @@ export default {
fixed: true,
},
{
label: "地块名称",
prop: "landName",
label: "地块编号",
prop: "landCode",
width: 150,
fixed: true,
},
// {
// label: "",
// prop: "landName",
// width: 150,
// fixed: true,
// },
// {
// label: "",
// prop: "landName",
// width: 150,
// fixed: true,
// },
{
label: "举牌排名",
prop: "ranking",

Loading…
Cancel
Save