sasp-flow-render 1.1.15 → 1.1.17
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.
package/package.json
CHANGED
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
:visible.sync="flowChartObj.dialogVisible"
|
|
447
447
|
width="90%" height="90%"
|
|
448
448
|
top="5vh">
|
|
449
|
-
<flow-chart :flow-id="flowChartObj.flowId + ''" :inst-id="flowChartObj.instId + ''"
|
|
449
|
+
<flow-chart :flow-id="(flowChartObj.flowId || flowId) + ''" :inst-id="flowChartObj.instId + ''"
|
|
450
450
|
:link-proc-id="flowChartObj.linkProcId + ''"
|
|
451
451
|
:is-release="flowChartObj.isRelease"
|
|
452
452
|
v-if="flowChartObj.dialogVisible"></flow-chart>
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
:data="formSearchObj.flowNewBatchDealArr"
|
|
32
32
|
tooltip-effect="dark" stripe
|
|
33
33
|
height="100%" style="width: 100%"
|
|
34
|
+
border
|
|
34
35
|
:cell-class-name="cellClassNameFunc"
|
|
35
36
|
@row-click="handleRowClick"
|
|
36
37
|
@selection-change="handleSelectionChange">
|
|
@@ -233,7 +234,7 @@ export default {
|
|
|
233
234
|
return {
|
|
234
235
|
backNewBatchDealArr: [],
|
|
235
236
|
multipleSelection: [],
|
|
236
|
-
shLabelWidth: "
|
|
237
|
+
shLabelWidth: "120px",
|
|
237
238
|
taskNodeArr: [],
|
|
238
239
|
taskNodeClickNum: 0,
|
|
239
240
|
prevDisabled: true,
|
|
@@ -506,7 +507,7 @@ export default {
|
|
|
506
507
|
.sh-right-box {
|
|
507
508
|
position: absolute;
|
|
508
509
|
top: 0;
|
|
509
|
-
right:
|
|
510
|
+
right: 5px;
|
|
510
511
|
//flex-shrink: 0;
|
|
511
512
|
//width: 80px;
|
|
512
513
|
font-size: 26px;
|