Merge branch 'dev'
Showing
2 changed files
with
3 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-11-02 11:23:39 | 4 | * @LastEditTime: 2023-11-02 13:17:17 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -440,7 +440,7 @@ | ... | @@ -440,7 +440,7 @@ |
440 | <div class="triangle"></div> | 440 | <div class="triangle"></div> |
441 | </div> | 441 | </div> |
442 | <el-row :gutter="10"> | 442 | <el-row :gutter="10"> |
443 | <el-col :span="12"> | 443 | <el-col :span="24"> |
444 | <el-form-item label="共有方式:"> | 444 | <el-form-item label="共有方式:"> |
445 | <el-radio-group | 445 | <el-radio-group |
446 | :disabled="!ableOperation" | 446 | :disabled="!ableOperation" | ... | ... |
-
Please register or sign in to post a comment