字段修改

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

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

Loading…
Cancel
Save