Explorar el Código

修改bug

master
梁超 hace 1 mes
padre
commit
7800cb636b

+ 1
- 0
src/views/onlineBusinessHall/productManagement/equityProduct/index.vue Ver fichero

@@ -867,6 +867,7 @@ let field = ref({
{
prop: 'equityType',
label: '权益类型',
listData: EQUITY_TYPE,
form: {
width: '45%',
formLabelWidth: formLabelWidth,

+ 0
- 1
src/views/onlineBusinessHall/productManagement/promoteAnd/index.vue Ver fichero

@@ -1009,7 +1009,6 @@ let field = ref({
prop: 'examine',
label: '审核状态',
funRuleStarts: true, //是否启用转换规则
listData: EXAMINE_STATUS,
funRule: (value: any) => {
//自定义转换规则
return value == '0' ? '通过' : value == '1' ? '不通过' : '待审核'

Cargando…
Cancelar
Guardar