haoxuan
2024-04-24 78ba89a381c2ca6a745ffa0c3b6c903ed3130d5f
src/views/employeeSalary/salaryPlan/index.vue
@@ -12,7 +12,6 @@
        <TableCommonView
          :table-list="tableList"
          @selTableCol="selTableCol"
          @handleShow="handleShow"
          @tableRowClick="tableRowClick"
        >
          <template slot="tableButton">
@@ -52,13 +51,13 @@
      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,
@@ -118,10 +117,6 @@
    onFilterSearch(searchText) {
      this.getDataParams.keyWord = searchText,
        this.getData()
    },
    // 组别
    handleShow() {
    },
    // 表格行点击
    tableRowClick(row) {