| | |
| | | <TableCommonView |
| | | :table-list="tableList" |
| | | @selTableCol="selTableCol" |
| | | @handleShow="handleShow" |
| | | @tableRowClick="tableRowClick" |
| | | > |
| | | <template slot="tableButton"> |
| | |
| | | showCol: ["方案名称", "工种", "薪资类型", "计费周期", "计费公式定义", "添加时间", "添加人"], |
| | | tableColumn: [ |
| | | // { label: "车间", prop: "workshopNumber",iconRight:"el-icon-setting"}, |
| | | { label: "方案名称", prop: "workshopNumber",}, |
| | | { label: "工种", prop: "groupNumber", }, |
| | | { label: "薪资类型", prop: "startCarNumber" }, |
| | | { label: "计费周期", prop: "endCarNumber" }, |
| | | { label: "方案名称", prop: "workshopNumber",min:110}, |
| | | { label: "工种", prop: "groupNumber",min:100 }, |
| | | { label: "薪资类型", prop: "startCarNumber",min:110 }, |
| | | { label: "计费周期", prop: "endCarNumber",min:110 }, |
| | | { label: "计费公式定义", prop: "carFlag", }, |
| | | { label: "添加时间", prop: "notes", }, |
| | | { label: "添加人", prop: "notes", }, |
| | | { label: "添加时间", prop: "notes",min:130 }, |
| | | { label: "添加人", prop: "notes",min:110 }, |
| | | ], |
| | | editConfig:{ |
| | | visible:false, |
| | |
| | | onFilterSearch(searchText) { |
| | | this.getDataParams.keyWord = searchText, |
| | | this.getData() |
| | | }, |
| | | // 组别 |
| | | handleShow() { |
| | | |
| | | }, |
| | | // 表格行点击 |
| | | tableRowClick(row) { |