|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-cascader
|
|
|
|
|
:options="[{children:lists,project_name:'根项目',id:0}]"
|
|
|
|
|
:options="[{children:lists,project_name:'总包项目',id:0}]"
|
|
|
|
|
:props="{ checkStrictly: true, label: 'project_name', value: 'id' }"
|
|
|
|
|
:value="form.pid"
|
|
|
|
|
clearable
|
|
|
|
|
|