30953
This commit is contained in:
		| @@ -49,7 +49,7 @@ | |||||||
|           <el-table-column slot="changeIntegral" label="变动积分" align="center"> |           <el-table-column slot="changeIntegral" label="变动积分" align="center"> | ||||||
|             <template slot-scope="{ row }"> |             <template slot-scope="{ row }"> | ||||||
|               <span v-if="row.integralType == 3">{{ row.changeIntegral | formatTime }}</span> |               <span v-if="row.integralType == 3">{{ row.changeIntegral | formatTime }}</span> | ||||||
|               <span v-if="row.integralType == 0">{{ row.changeIntegral > 0 ? '+' : '-' }}{{ row.changeIntegral }}</span> |               <span v-if="row.integralType == 0">{{ row.integralCalcType == 0 ? '-' : '+' }}{{ row.changeIntegral }}</span> | ||||||
|             </template> |             </template> | ||||||
|           </el-table-column> |           </el-table-column> | ||||||
|           <el-table-column slot="integralType" label="类型" align="center"> |           <el-table-column slot="integralType" label="类型" align="center"> | ||||||
|   | |||||||
| @@ -87,7 +87,7 @@ | |||||||
|           <el-table-column slot="changeIntegral" label="积分变动" align="center"> |           <el-table-column slot="changeIntegral" label="积分变动" align="center"> | ||||||
|             <template slot-scope="{ row }"> |             <template slot-scope="{ row }"> | ||||||
|               <span v-if="row.integralType == 3">{{ row.changeIntegral | formatTime }}</span> |               <span v-if="row.integralType == 3">{{ row.changeIntegral | formatTime }}</span> | ||||||
|               <span v-if="row.integralType == 0">{{ row.changeIntegral > 0 ? '+' : '-' }}{{ row.changeIntegral }}</span> |               <span v-if="row.integralType == 0">{{ row.integralCalcType == 0 ? '-' : '+' }}{{ row.changeIntegral }}</span> | ||||||
|             </template> |             </template> | ||||||
|           </el-table-column> |           </el-table-column> | ||||||
|           <el-table-column slot="options" label="操作"  align="center"> |           <el-table-column slot="options" label="操作"  align="center"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user