feat:按件隐藏

This commit is contained in:
faiz 2024-12-23 17:37:09 +08:00
parent 740e99c2e2
commit 4c2ad3f958
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
</el-form-item> </el-form-item>
<el-form-item label="计费方式:" prop="type"> <el-form-item label="计费方式:" prop="type">
<el-radio-group v-model="ruleForm.type" @change="changeRadio(ruleForm.type)"> <el-radio-group v-model="ruleForm.type" @change="changeRadio(ruleForm.type)">
<el-radio :label="0">按件数</el-radio> <!-- <el-radio :label="0">按件数</el-radio> -->
<el-radio :label="1">按重量</el-radio> <el-radio :label="1">按重量</el-radio>
<el-radio :label="2">按体积</el-radio> <el-radio :label="2">按体积</el-radio>
</el-radio-group> </el-radio-group>
@ -163,7 +163,7 @@ import { cityListV2, templateCreateApi, templateDetailApi, templateUpdateApi } f
import LazyCascader from '../lazyCascader' import LazyCascader from '../lazyCascader'
const defaultRole = { const defaultRole = {
name: '', name: '',
type: 0, type: 1,
appoint: 0, appoint: 0,
sort: 0, sort: 0,
info: '', info: '',