Browse Source

屏蔽导入导出

qin_18
liwenxuan 2 months ago
parent
commit
1f113990e1
  1. 3
      src/views/formTable/taskListPage.vue

3
src/views/formTable/taskListPage.vue

@ -247,7 +247,8 @@ const initLoadData = () => {
}
//liwenxuan 20250123 start
stateData.tableData.controlBtn = stateData.tableData.controlBtn.filter(
(item: any) => item.key != "showQrCode"
//(item: any) => item.key != "showQrCode"
(item: any) => item.key !== "showQrCode" && item.key !== "import" && item.key !== "export"
);
//liwenxuan 20250123 end
stateList.tableData = stateData.tableData

Loading…
Cancel
Save