|
@@ -271,10 +271,10 @@
|
|
<template slot="expand" slot-scope="{row}" >
|
|
<template slot="expand" slot-scope="{row}" >
|
|
<SplitList :typeMenu="true" :data="row.billsListAllData" :loading="SplitLoading" ></SplitList>
|
|
<SplitList :typeMenu="true" :data="row.billsListAllData" :loading="SplitLoading" ></SplitList>
|
|
</template>
|
|
</template>
|
|
- <temolate slot="billStatus" slot-scope="{row}">
|
|
|
|
- <!--this.findObject(this.option.column, "billStatus").dicData-->
|
|
|
|
- <span>{{row.billStatus}}</span>
|
|
|
|
- </temolate>
|
|
|
|
|
|
+ <!--<temolate slot="billStatus" slot-scope="{row}">-->
|
|
|
|
+ <!-- <!–this.c–>-->
|
|
|
|
+ <!-- <span v-for="item of ">{{row.billStatus}}</span>-->
|
|
|
|
+ <!--</temolate>-->
|
|
</avue-crud>
|
|
</avue-crud>
|
|
</basic-container>
|
|
</basic-container>
|
|
|
|
|