|
|
@@ -47,7 +47,8 @@
|
|
|
<p v-else>{{scope.column.data[scope.column.columnname]}}</p>
|
|
|
</template>
|
|
|
<template v-slot:opreation="scope">
|
|
|
- <slot name="childedit" :data="scope" v-if="scope.data.issystem != 1"></slot>
|
|
|
+ <slot name="childedit" :data="scope"></slot>
|
|
|
+ <!-- <slot name="childedit" :data="scope" v-if="scope.data.issystem != 1"></slot> -->
|
|
|
<slot name="childdel" :data="scope" v-if="scope.data.issystem != 1"></slot>
|
|
|
</template>
|
|
|
</tableLayout>
|