提交 23323a8e authored 作者: lidongxu's avatar lidongxu

Merge branch 'master' into dev

...@@ -872,11 +872,11 @@ ...@@ -872,11 +872,11 @@
visible: true, visible: true,
type: 'formula', type: 'formula',
func: (row) => { func: (row) => {
// 促销价是否执行,促销机制是否执行,促销规格是否执行,档期是否开展 // 促销价是否执行,促销机制是否执行,档期规格是否执行,档期是否开展
row.promotionExecutionStatus = row.promotionPriceExecutionStatus == '是' && row.promotionMechanismExecutionStatus == '是' && row.specExecutionStatus == '是' && row.promotionImplementationStatus == '是' ? '是' : '否'; row.promotionExecutionStatus = row.promotionPriceExecutionStatus == '是' && row.promotionMechanismExecutionStatus == '是' && row.specExecutionStatus == '是' && row.promotionImplementationStatus == '是' ? '是' : '否';
return row.promotionExecutionStatus; return row.promotionExecutionStatus;
}, },
formulaStr: '公式:(促销价是否执行 = 是,并且促销机制是否执行 = 是,并且促销规格是否执行 = 是,并且档期是否开展 = 是)', formulaStr: '公式:(促销价是否执行 = 是,并且促销机制是否执行 = 是,并且档期规格是否执行 = 是,并且档期是否开展 = 是)',
fill: true, fill: true,
width: 125 width: 125
} }
......
...@@ -293,7 +293,8 @@ ...@@ -293,7 +293,8 @@
submitChange(row, col); submitChange(row, col);
}} }}
disabled={!row[col.referenceKey]} disabled={!row[col.referenceKey]}
placeholder=""> placeholder=""
clearable>
{col.options.map(item => ( {col.options.map(item => (
<el-option <el-option
key={item.value} key={item.value}
......
<template> <template>
<div class="app-container"> <div class="app-container">
<el-row :gutter="20" class="container"> <el-row :gutter="20"
class="container">
<el-col :span="6" <el-col :span="6"
:xs="24"> :xs="24">
<el-card class="box-card"> <el-card class="box-card">
...@@ -91,3 +92,9 @@ ...@@ -91,3 +92,9 @@
getUser(); getUser();
</script> </script>
<style lang="scss"
scoped>
.container {
flex-direction: row;
}
</style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论