9bedf8a2 by renchao@pashanhoo.com

style:受理申请

1 parent abcdb447
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-16 14:08:42
* @LastEditTime: 2023-08-16 15:33:46
-->
<template>
<div>
......@@ -106,10 +106,10 @@
this.isDisabled ? <el-button
icon="el-icon-view"
type="text"
onClick={() => { this.queryViewClick(scope.$index, scope.row) }} disabled={this.isDisabled} > 查看</el-button> : <el-button
onClick={() => { this.queryViewClick(scope.$index, scope.row) }} > 查看</el-button> : <el-button
icon="el-icon-edit-outline"
type="text"
onClick={() => { this.editClick(scope.$index, scope.row) }} disabled={this.isDisabled}>编辑</el-button>
onClick={() => { this.editClick(scope.$index, scope.row) }}>编辑</el-button>
}
</div>
)
......
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-08-16 14:38:36
* @LastEditTime: 2023-08-16 15:36:07
-->
<template>
<div class="slxx">
......@@ -345,7 +345,7 @@
</el-form-item>
</el-col>
</el-row>
<qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="viewEdit"
<qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!viewEdit"
:gyfs="ruleForm.qlxx.gyfs" />
<div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'">
......