Commit 59577f15 authored by 周远喜's avatar 周远喜

ok

parent 040bb8aa
<template>
<Table :border="tbPro.isBorder" stripe :columns="tbPro.columns" :stripe="tbPro.stripe"
:data="tbPro.data" :highlight-row="tbPro.highlight" :loading="tbPro.loading" :height="tbPro.height" :content="tbPro.cur" @on-row-click="rowclick" class="tableCommon"></Table>
</template>
<script>
export default {
name:'tb',
props:[
//'columns1','data1','isBorder'
'tbPro'
],
methods:{
rowclick(rowdata,index){
this.$emit('rowclick',rowdata,index)
}
}
}
</script>
\ No newline at end of file
......@@ -90,7 +90,7 @@
</template>
<script>
import treeGrid from "@/components/treeGrid";
import tb from "../../basicData/roleManagent/components/tb";
import tb from "@/components/tb";
import add from "./addclass";
import addProduct from "./addproduct";
import myconfirm from "./components/myconfirm";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment