Commit 0f796704 by wusiyi

fix: 分拣配置编辑bug修复

parent b076c559
...@@ -642,7 +642,7 @@ useEnterKeyTrigger({ ...@@ -642,7 +642,7 @@ useEnterKeyTrigger({
:value="item.code" :value="item.code"
></el-option> ></el-option>
</el-select> </el-select>
&ensp; <!-- &ensp;
<el-icon <el-icon
color="#409eff" color="#409eff"
size="30" size="30"
...@@ -650,7 +650,7 @@ useEnterKeyTrigger({ ...@@ -650,7 +650,7 @@ useEnterKeyTrigger({
class="add-btn" class="add-btn"
@click="addLogistics" @click="addLogistics"
><CirclePlus ><CirclePlus
/></el-icon> /></el-icon> -->
</div> </div>
</el-form-item> </el-form-item>
<el-form-item label="平台" v-else prop="serviceCode"> <el-form-item label="平台" v-else prop="serviceCode">
......
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