소스 검색

修改table组件

newStyle
douzhuo 3 년 전
부모
커밋
7a57196e5f
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      src/views/building/table.js

+ 8
- 0
src/views/building/table.js 파일 보기

@@ -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


불러오는 중...
취소
저장