@@ -1041,6 +1041,7 @@ export default {
:title="cColumn.title"
:width="cColumn.width || 80"
:field="cColumn.key"
+ resizable
>
<!-- :edit-render="!cColumn.disabled" -->
<template slot="header" slot-scope="scope">
@@ -983,6 +983,7 @@ export default {
<span v-if="cColumn.require" style="color: #ff4949">*</span>
@@ -403,6 +403,7 @@ export default {