字段修改

lijinlong^2
吕天方 1 year ago
parent fbcc5037ec
commit a188932cdd

@ -4,7 +4,7 @@
* @Author: JC9527 * @Author: JC9527
* @Date: 2023-09-28 11:25:48 * @Date: 2023-09-28 11:25:48
* @LastEditors: JC9527 * @LastEditors: JC9527
* @LastEditTime: 2023-10-01 01:22:07 * @LastEditTime: 2023-10-01 01:26:28
--> -->
<template> <template>
<el-dialog <el-dialog
@ -25,7 +25,7 @@
<img src="@/assets/images/close.png" alt="" @click="Close" /> <img src="@/assets/images/close.png" alt="" @click="Close" />
</div> </div>
<div v-loading="loading"> <div v-loading="loading">
<el-form ref="form" label-width="80px" v-if="id == 1"> <el-form ref="form" label-width="80px" v-if="idTwo == 1">
<el-form-item label="企业名称:" class="form-input"> <el-form-item label="企业名称:" class="form-input">
<el-input v-model="form.entprName" :readonly="true"></el-input> <el-input v-model="form.entprName" :readonly="true"></el-input>
</el-form-item> </el-form-item>
@ -105,6 +105,7 @@ export default {
remark:'' remark:''
}, },
id:'', id:'',
idTwo:'',
readonly:false, readonly:false,
loading:true, loading:true,
title:'查看详情', title:'查看详情',
@ -151,10 +152,10 @@ export default {
}, },
methods:{ methods:{
open(item,id) { open(item,id) {
console.log(item) this.idTwo = id
this.id = item.id this.id = item.id
this.getMyData(item.id,id) this.getMyData(item.id,id)
if(id == 0) { if(id == 2) {
this.readonly = true; this.readonly = true;
this.title = '查看详情' this.title = '查看详情'
} else { } else {

Loading…
Cancel
Save