|
@@ -6,7 +6,7 @@
|
|
|
</el-input>
|
|
</el-input>
|
|
|
<slot name="add"></slot>
|
|
<slot name="add"></slot>
|
|
|
</div>
|
|
</div>
|
|
|
- <tableLayout :layout="tablecols" :data="list" :custom="true" height="300px" >
|
|
|
|
|
|
|
+ <tableLayout :layout="tablecols" :data="list" :custom="true" height="300px" width="100%">
|
|
|
<template v-slot:customcol="scope">
|
|
<template v-slot:customcol="scope">
|
|
|
|
|
|
|
|
<p v-if="scope.column.columnname === 'status'">
|
|
<p v-if="scope.column.columnname === 'status'">
|