update 打包字段为"是"其他全部置灰完善
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
<!-- 是否打包-->
|
||||
<template slot="pack" slot-scope="text, record">
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true"></status-slot>
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="pack"></status-slot>
|
||||
</template>
|
||||
|
||||
<template slot="footer" v-if="dataSource.length > 0">
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
|
||||
<!-- 是否打包-->
|
||||
<template slot="pack" slot-scope="text, record">
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true"></status-slot>
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="pack"></status-slot>
|
||||
</template>
|
||||
|
||||
<template slot="footer" v-if="dataSource.length > 0">
|
||||
|
||||
+1
-1
@@ -108,7 +108,7 @@
|
||||
|
||||
<!-- 是否打包-->
|
||||
<template slot="status-pack" slot-scope="text, record">
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true"></status-slot>
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="pack"></status-slot>
|
||||
</template>
|
||||
|
||||
<template slot="allMoney" slot-scope="text">
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
|
||||
<!-- 是否打包-->
|
||||
<template slot="status-pack" slot-scope="text, record">
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true"></status-slot>
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="pack"></status-slot>
|
||||
</template>
|
||||
|
||||
<template slot="allMoney" slot-scope="text">
|
||||
|
||||
+1
-1
@@ -108,7 +108,7 @@
|
||||
|
||||
<!-- 是否打包-->
|
||||
<template slot="pack" slot-scope="text, record">
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true"></status-slot>
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="pack"></status-slot>
|
||||
</template>
|
||||
|
||||
<template slot="allMoney" slot-scope="text">
|
||||
|
||||
+1
-1
@@ -140,7 +140,7 @@
|
||||
|
||||
<!-- 是否打包-->
|
||||
<template slot="status-pack" slot-scope="text, record">
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true"></status-slot>
|
||||
<status-slot :statu-obj="record" :status-no="text" :status-type="true" status-key="pack"></status-slot>
|
||||
</template>
|
||||
|
||||
<template slot="footer" v-if="dataSource.length > 0">
|
||||
|
||||
Reference in New Issue
Block a user