Explorar el Código

修改table组件

newStyle
douzhuo hace 3 años
padre
commit
7a57196e5f
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      src/views/building/table.js

+ 8
- 0
src/views/building/table.js Ver fichero

@@ -28,11 +28,15 @@ export default {
label: "代理商",
prop: "agentName",
width: "120px",
hide: true,
showColumn: false,
},
{
label: "公司",
prop: "corporateName",
width: "120px",
hide: true,
showColumn: false,
},
{
label: "项目地区",
@@ -58,11 +62,15 @@ export default {
{
label: "运营人员",
prop: "operationStaffName",
hide: true,
showColumn: false,
},
{
label: "项目类型",
prop: "houseType",
width: "110px",
hide: true,
showColumn: false,
dicData: [{
label: '正式',
value: 0


Cargando…
Cancelar
Guardar