ronds-metadata 1.0.72 → 1.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -236,8 +236,7 @@ var Editable = function Editable(props) {
|
|
236
236
|
if (whiteColumn.findIndex(function (v) {
|
237
237
|
return v === data.dataIndex;
|
238
238
|
}) > -1) {
|
239
|
-
|
240
|
-
|
239
|
+
// message.warning(`${data.dataIndex}无法删除`);
|
241
240
|
return;
|
242
241
|
}
|
243
242
|
|