清单 流程 适用范围去除
This commit is contained in:
@@ -39,27 +39,27 @@
|
|||||||
clearable
|
clearable
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="适用区域" prop="applyRegion" class="add-form-item form-item-disabled add-form-el-select">
|
<!-- <el-form-item label="适用区域" prop="applyRegion" class="add-form-item form-item-disabled add-form-el-select">-->
|
||||||
<!-- <el-input-->
|
<!--<!– <el-input–>-->
|
||||||
|
<!--<!– v-model="listForm.applyRegion"–>-->
|
||||||
|
<!--<!– placeholder="请输入适用区域"–>-->
|
||||||
|
<!--<!– clearable–>-->
|
||||||
|
<!--<!– ></el-input>–>-->
|
||||||
|
<!-- <el-select-->
|
||||||
|
<!-- width="120"-->
|
||||||
<!-- v-model="listForm.applyRegion"-->
|
<!-- v-model="listForm.applyRegion"-->
|
||||||
<!-- placeholder="请输入适用区域"-->
|
<!-- placeholder="请选择适用区域"-->
|
||||||
<!-- clearable-->
|
<!-- filterable-->
|
||||||
<!-- ></el-input>-->
|
<!-- >-->
|
||||||
<el-select
|
<!-- <el-option-->
|
||||||
width="120"
|
<!-- v-for="item in countryOptions"-->
|
||||||
v-model="listForm.applyRegion"
|
<!-- :value="item.value"-->
|
||||||
placeholder="请选择适用区域"
|
<!-- :key="item.value"-->
|
||||||
filterable
|
<!-- :label="item.label"-->
|
||||||
>
|
<!-- >-->
|
||||||
<el-option
|
<!-- </el-option>-->
|
||||||
v-for="item in countryOptions"
|
<!-- </el-select>-->
|
||||||
:value="item.value"
|
<!-- </el-form-item>-->
|
||||||
:key="item.value"
|
|
||||||
:label="item.label"
|
|
||||||
>
|
|
||||||
</el-option>
|
|
||||||
</el-select>
|
|
||||||
</el-form-item>
|
|
||||||
<el-form-item label="清单说明" prop="descriptionList" class="add-form-item form-item-disabled">
|
<el-form-item label="清单说明" prop="descriptionList" class="add-form-item form-item-disabled">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="listForm.descriptionList"
|
v-model="listForm.descriptionList"
|
||||||
@@ -856,7 +856,7 @@ export default {
|
|||||||
listForm: {
|
listForm: {
|
||||||
listType: "", //区分是哪个清单
|
listType: "", //区分是哪个清单
|
||||||
listName: "", //清单名称
|
listName: "", //清单名称
|
||||||
applyRegion: "", //适用区域
|
// applyRegion: "", //适用区域
|
||||||
descriptionList: "", //清单说明
|
descriptionList: "", //清单说明
|
||||||
fileId:'',
|
fileId:'',
|
||||||
model: '', // 上传模板
|
model: '', // 上传模板
|
||||||
@@ -875,7 +875,7 @@ export default {
|
|||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
choiceForm: {}, //选择标准清单列表
|
choiceForm: {}, //选择标准清单列表
|
||||||
countryOptions: [], //适用区域下拉框数据
|
// countryOptions: [], //适用区域下拉框数据
|
||||||
standardTypeOptions: [
|
standardTypeOptions: [
|
||||||
{
|
{
|
||||||
value: 'INLAND',
|
value: 'INLAND',
|
||||||
|
|||||||
Reference in New Issue
Block a user