style:审批意见
Showing
2 changed files
with
4 additions
and
6 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: 审批意见 | 2 | * @Description: 审批意见 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-23 14:08:24 | 4 | * @LastEditTime: 2024-01-26 08:45:07 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="spyj" v-Loading="loading"> | 7 | <div class="spyj" v-Loading="loading"> |
... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
30 | type="textarea" | 30 | type="textarea" |
31 | :rows="4" | 31 | :rows="4" |
32 | class="opinion" | 32 | class="opinion" |
33 | placeholder="请输入审批意见" | 33 | placeholder="" |
34 | v-model="item.shyj"></el-input> | 34 | v-model="item.shyj"></el-input> |
35 | <el-button | 35 | <el-button |
36 | class="opinion_btn" | 36 | class="opinion_btn" | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-01-25 14:15:55 | 4 | * @LastEditTime: 2024-01-26 08:32:16 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -190,9 +190,7 @@ | ... | @@ -190,9 +190,7 @@ |
190 | <el-row :gutter="10"> | 190 | <el-row :gutter="10"> |
191 | <el-col :span="8"> | 191 | <el-col :span="8"> |
192 | <el-form-item label="是否永久基本农田:"> | 192 | <el-form-item label="是否永久基本农田:"> |
193 | <el-radio-group | 193 | <el-radio-group v-model="ruleForm.tdcbjyq.sfyjjbnt" :disabled="!viewEdit"> |
194 | v-model="ruleForm.tdcbjyq.sfyjjbnt" | ||
195 | :disabled="!viewEdit"> | ||
196 | <el-radio label="1">是</el-radio> | 194 | <el-radio label="1">是</el-radio> |
197 | <el-radio label="0">否</el-radio> | 195 | <el-radio label="0">否</el-radio> |
198 | </el-radio-group> | 196 | </el-radio-group> | ... | ... |
-
Please register or sign in to post a comment