style:受理申请
Showing
2 changed files
with
5 additions
and
5 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 14:08:42 | 4 | * @LastEditTime: 2023-08-16 15:33:46 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div> | 7 | <div> |
| ... | @@ -106,10 +106,10 @@ | ... | @@ -106,10 +106,10 @@ |
| 106 | this.isDisabled ? <el-button | 106 | this.isDisabled ? <el-button |
| 107 | icon="el-icon-view" | 107 | icon="el-icon-view" |
| 108 | type="text" | 108 | type="text" |
| 109 | onClick={() => { this.queryViewClick(scope.$index, scope.row) }} disabled={this.isDisabled} > 查看</el-button> : <el-button | 109 | onClick={() => { this.queryViewClick(scope.$index, scope.row) }} > 查看</el-button> : <el-button |
| 110 | icon="el-icon-edit-outline" | 110 | icon="el-icon-edit-outline" |
| 111 | type="text" | 111 | type="text" |
| 112 | onClick={() => { this.editClick(scope.$index, scope.row) }} disabled={this.isDisabled}>编辑</el-button> | 112 | onClick={() => { this.editClick(scope.$index, scope.row) }}>编辑</el-button> |
| 113 | } | 113 | } |
| 114 | </div> | 114 | </div> |
| 115 | ) | 115 | ) | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 14:38:36 | 4 | * @LastEditTime: 2023-08-16 15:36:07 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -345,7 +345,7 @@ | ... | @@ -345,7 +345,7 @@ |
| 345 | </el-form-item> | 345 | </el-form-item> |
| 346 | </el-col> | 346 | </el-col> |
| 347 | </el-row> | 347 | </el-row> |
| 348 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="viewEdit" | 348 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!viewEdit" |
| 349 | :gyfs="ruleForm.qlxx.gyfs" /> | 349 | :gyfs="ruleForm.qlxx.gyfs" /> |
| 350 | 350 | ||
| 351 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> | 351 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> | ... | ... |
-
Please register or sign in to post a comment