zouyu
2023-09-13 ffd7ccd692e8469ecb89804c22a3061e09c597c1
	modified:   src/components/view/standard-table/product.vue
已修改1个文件
11 ■■■■■ 文件已修改
src/components/view/standard-table/product.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/standard-table/product.vue
@@ -73,14 +73,8 @@
                <span>{{scope.row.productFather}}</span>
            </template>
        </el-table-column>
        <el-table-column prop="productFather" hidden></el-table-column>
        <el-table-column prop="unit" label="单位"></el-table-column>
        <el-table-column prop="product" label="指标"></el-table-column>
        <el-table-column label="操作">
          <template slot-scope="scope">
            <el-button type="text" @click="updateProduct(scope.row)">编辑</el-button>
          </template>
        </el-table-column>
        </el-table>
    </div>
</template>
@@ -96,10 +90,7 @@
    },
    props:['tableData','tableType'],
    methods:{
      updateProduct(row){
        console.log(row);
      },
        // 表格树全部选中配置
      // 表格树全部选中配置
      // 全选/取消选操作
      selectAll(val) {
        this.isAllSelect = !this.isAllSelect;