Commit d80f407a by caoyanzhi

update: 客户展示设置调整

parent a409ccc5
......@@ -16,7 +16,7 @@
{{ row.strategyName }}
</template>
</el-table-column>
<el-table-column label="策略类型" prop="storeType" :formatter="(row, col, val) => (val == '-1' ? '通用策略' : '特殊策略')" min-width="110px"></el-table-column>
<el-table-column label="策略类型" prop="storeType" :formatter="(row, col, val) => (val == '-999' ? '通用策略' : '特殊策略')" min-width="110px"></el-table-column>
<el-table-column label="门店类型" prop="storeType" :formatter="formatStoreType" min-width="110px"></el-table-column>
<el-table-column label="设置内容" min-width="310px">
<template slot-scope="{ row }">{{ formatSetting(row) }}</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment