|
@@ -4,7 +4,7 @@
|
|
:tableSets="backSet(1)"
|
|
:tableSets="backSet(1)"
|
|
:tableData="tableData"
|
|
:tableData="tableData"
|
|
:navText="backNavText(false)"
|
|
:navText="backNavText(false)"
|
|
- :objectSpanMethod="objectSpanMethod"
|
|
|
|
|
|
+ :objectSpanMethod="tableData.length > 1 ? objectSpanMethod : () => {}"
|
|
:loading="loading"
|
|
:loading="loading"
|
|
>
|
|
>
|
|
<template slot="btn" slot-scope="scope">
|
|
<template slot="btn" slot-scope="scope">
|
|
@@ -258,7 +258,7 @@ export default {
|
|
choice: false,
|
|
choice: false,
|
|
choiceRadio: choice,
|
|
choiceRadio: choice,
|
|
radioKey: "goodsId",
|
|
radioKey: "goodsId",
|
|
- addHide: !false,
|
|
|
|
|
|
+ addHide: true,
|
|
tableHide: choice,
|
|
tableHide: choice,
|
|
dontNum: true,
|
|
dontNum: true,
|
|
headShow: false,
|
|
headShow: false,
|