|
@@ -292,38 +292,17 @@
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item prop="evaluationPersonOne" :rules=" [{trigger: 'blur'}]" label="签字评估师1">
|
|
|
- <SelectUserTree
|
|
|
- ref="companyTree"
|
|
|
- :props="{
|
|
|
- value: 'id', // ID字段名
|
|
|
- label: 'name', // 显示名称
|
|
|
- children: 'children' // 子级字段名
|
|
|
- }"
|
|
|
- :url="`/sys/user/treeUserDataAllOffice?type=2`"
|
|
|
- :value="inputForm.evaluationPersonOne"
|
|
|
- :clearable="true"
|
|
|
- :accordion="true"
|
|
|
- :disabled="method==='view'"
|
|
|
- @getValue="(value) => {inputForm.evaluationPersonOne=value}"/>
|
|
|
+ <el-form-item label="签字评估师1" prop="evaluationPersonOne"
|
|
|
+ :rules="[
|
|
|
+ ]">
|
|
|
+ <el-input v-model="inputForm.evaluationPersonOne" placeholder="请填写签字评估师1" ></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item prop="evaluationPersonTwo" :rules=" [{trigger: 'blur'}]" label="签字评估师2">
|
|
|
- <SelectUserTree
|
|
|
- ref="companyTree"
|
|
|
- :props="{
|
|
|
- value: 'id', // ID字段名
|
|
|
- label: 'name', // 显示名称
|
|
|
- children: 'children' // 子级字段名
|
|
|
- }"
|
|
|
- :url="`/sys/user/treeUserDataAllOffice?type=2`"
|
|
|
- :value="inputForm.evaluationPersonTwo"
|
|
|
- :clearable="true"
|
|
|
- :accordion="true"
|
|
|
- :disabled="method==='view'"
|
|
|
- @getValue="(value) => {inputForm.evaluationPersonTwo=value}"/>
|
|
|
+ <el-form-item label="签字评估师2" prop="evaluationPersonTwo"
|
|
|
+ :rules="[
|
|
|
+ ]">
|
|
|
+ <el-input v-model="inputForm.evaluationPersonTwo" placeholder="请填写签字评估师2" ></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<!--<el-col :span="12">
|