Commit e24f61bd by Kyle_Li

update: 更新一哈

parent d7176578
......@@ -9,8 +9,9 @@
<template>
<div class="common-app-right" style="padding: 20px 0;color: #303133">
<el-form :model="form" label-width="110px">
<el-form-item label="门店名称"></el-form-item>
<el-form-item label="门店名称">{{ form.storeName || '--' }}</el-form-item>
<el-form-item label="指标额">
{{ form.perfromanceValue }}
<el-button type="text" @click="dialogVisible=true">修改</el-button>
</el-form-item>
<el-form-item label="指标类型">业绩指标日权重</el-form-item>
......
......@@ -53,12 +53,14 @@
<gic-select-group-mult
v-if="search.storeType === '1'"
width="148px"
:brand-id="brandId"
@checkGroupIds="checkGroupIds">
</gic-select-group-mult>
<gic-select-tag
v-if="search.storeType === '2'"
width="148px"
:brand-id="brandId"
@returnTags="checkGroupIds">
</gic-select-tag>
......
......@@ -46,12 +46,14 @@
<gic-select-group-mult
v-if="search.storeType === '1'"
width="148px"
:brand-id="brandId"
@checkGroupIds="checkGroupIds">
</gic-select-group-mult>
<gic-select-tag
v-if="search.storeType === '2'"
width="148px"
:brand-id="brandId"
@returnTags="checkGroupIds">
</gic-select-tag>
......@@ -136,7 +138,7 @@
type="text"
:disabled="row.dayFlag != 1"
@click="$router.push({
path: '/perfect-perfect-sale-target-target',
path: '/perfect-sale-target',
query: {
applicationId,
tab: haoban.performanceType,
......
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