|
@@ -44,7 +44,7 @@
|
|
{
|
|
{
|
|
label: '解冻',
|
|
label: '解冻',
|
|
disabled: !record.isColdStorage || !(record.status == 1 || record.status == -2),
|
|
disabled: !record.isColdStorage || !(record.status == 1 || record.status == -2),
|
|
- ifShow: getTypeCheckPerm('scenes-move') && tableType != 3,
|
|
|
|
|
|
+ ifShow: getTypeCheckPerm('customer-scenes-thaw'),
|
|
onClick: handleColdStorage.bind(null, record),
|
|
onClick: handleColdStorage.bind(null, record),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -363,7 +363,7 @@
|
|
onOk: async () => {
|
|
onOk: async () => {
|
|
sceneRestStore({ num: record.num }).then(() => {
|
|
sceneRestStore({ num: record.num }).then(() => {
|
|
message.success({
|
|
message.success({
|
|
- content: '删除成功',
|
|
|
|
|
|
+ content: '解冻成功',
|
|
});
|
|
});
|
|
|
|
|
|
reload();
|
|
reload();
|