+
+
+
+
+
+
+ {
+ [''].map(() => {
+ const commonViewDragableProps = {
+ ...props,
+ // comparedTableId: props.processTableId,
+ hideTabsNav: true,
+ comparedTableId: props.processTableId,
+ // bSimpleMode: true,
+ sParamData: [
+ {
+ sParamType: 'sWorkOrder',
+ sParamName: '工单参数'
+ },
+ ],
+ tableName: 'process',
+ }
+
+ commonViewDragableProps.enabled = getTableBtnState(commonViewDragableProps.tableName);
+
+ return
;
+ })
+ }
+
+