style:受理申请权限判断
Showing
5 changed files
with
23 additions
and
14 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-10-10 14:06:38 | 4 | * @LastEditTime: 2023-10-10 14:40:07 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="clxx"> | 7 | <div class="clxx"> |
| ... | @@ -322,7 +322,7 @@ | ... | @@ -322,7 +322,7 @@ |
| 322 | ableOperation: this.$parent.ableOperation, | 322 | ableOperation: this.$parent.ableOperation, |
| 323 | bsmRepair: this.$parent.bsmRepair | 323 | bsmRepair: this.$parent.bsmRepair |
| 324 | }, | 324 | }, |
| 325 | "60%", | 325 | "50%", |
| 326 | true | 326 | true |
| 327 | ); | 327 | ); |
| 328 | }, | 328 | }, | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-21 13:43:52 | 4 | * @LastEditTime: 2023-10-10 14:34:11 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class='dblistDialog'> | 7 | <div class='dblistDialog'> |
| 8 | <el-table | 8 | <el-table |
| 9 | v-if="formData.result" | 9 | v-if="formData.result" |
| 10 | :data="formData.result" | 10 | :data="formData.result" |
| 11 | height="200"> | 11 | height="180"> |
| 12 | <el-table-column | 12 | <el-table-column |
| 13 | prop="ywh" | 13 | prop="ywh" |
| 14 | label="业务号"> | 14 | label="业务号"> |
| ... | @@ -32,4 +32,7 @@ | ... | @@ -32,4 +32,7 @@ |
| 32 | </script> | 32 | </script> |
| 33 | <style scoped lang='scss'> | 33 | <style scoped lang='scss'> |
| 34 | @import "~@/styles/public.scss"; | 34 | @import "~@/styles/public.scss"; |
| 35 | .dblistDialog { | ||
| 36 | padding-bottom: 20px; | ||
| 37 | } | ||
| 35 | </style> | 38 | </style> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | <!-- | 2 | <!-- |
| 3 | * @Description: | 3 | * @Description: |
| 4 | * @Autor: renchao | 4 | * @Autor: renchao |
| 5 | * @LastEditTime: 2023-09-20 14:26:30 | 5 | * @LastEditTime: 2023-10-10 14:24:08 |
| 6 | --> | 6 | --> |
| 7 | <template> | 7 | <template> |
| 8 | <!-- 受理信息 --> | 8 | <!-- 受理信息 --> |
| ... | @@ -80,12 +80,12 @@ | ... | @@ -80,12 +80,12 @@ |
| 80 | <el-row :gutter="10"> | 80 | <el-row :gutter="10"> |
| 81 | <el-col :span="8"> | 81 | <el-col :span="8"> |
| 82 | <el-form-item label="宗地面积:"> | 82 | <el-form-item label="宗地面积:"> |
| 83 | <el-input disabled v-model="ruleForm.zdjbxx.zdmj"></el-input> | 83 | <el-input :disabled="!viewEdit" v-model="ruleForm.zdjbxx.zdmj"></el-input> |
| 84 | </el-form-item> | 84 | </el-form-item> |
| 85 | </el-col> | 85 | </el-col> |
| 86 | <el-col :span="8"> | 86 | <el-col :span="8"> |
| 87 | <el-form-item label="土地用途:"> | 87 | <el-form-item label="土地用途:"> |
| 88 | <el-input disabled v-model="ruleForm.qlxx.ytmc"></el-input> | 88 | <el-input :disabled="!viewEdit" v-model="ruleForm.qlxx.ytmc"></el-input> |
| 89 | </el-form-item> | 89 | </el-form-item> |
| 90 | </el-col> | 90 | </el-col> |
| 91 | <el-col :span="8"> | 91 | <el-col :span="8"> |
| ... | @@ -103,7 +103,7 @@ | ... | @@ -103,7 +103,7 @@ |
| 103 | v-model="ruleForm.jsydsyq.qdjg" | 103 | v-model="ruleForm.jsydsyq.qdjg" |
| 104 | style="width: 500%" | 104 | style="width: 500%" |
| 105 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null" | 105 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null" |
| 106 | disabled></el-input> | 106 | :disabled="!viewEdit"></el-input> |
| 107 | <el-select v-model="ruleForm.jsydsyq.jedw" disabled> | 107 | <el-select v-model="ruleForm.jsydsyq.jedw" disabled> |
| 108 | <el-option | 108 | <el-option |
| 109 | v-for="item in dictData['A57']" | 109 | v-for="item in dictData['A57']" |
| ... | @@ -118,7 +118,7 @@ | ... | @@ -118,7 +118,7 @@ |
| 118 | 118 | ||
| 119 | <el-col :span="16"> | 119 | <el-col :span="16"> |
| 120 | <el-form-item label="坐落:"> | 120 | <el-form-item label="坐落:"> |
| 121 | <el-input disabled v-model="ruleForm.sldy.zl"></el-input> | 121 | <el-input :disabled="!viewEdit" v-model="ruleForm.sldy.zl"></el-input> |
| 122 | </el-form-item> | 122 | </el-form-item> |
| 123 | </el-col> | 123 | </el-col> |
| 124 | </el-row> | 124 | </el-row> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-20 10:52:39 | 4 | * @LastEditTime: 2023-10-10 14:32:11 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -77,7 +77,7 @@ | ... | @@ -77,7 +77,7 @@ |
| 77 | <el-row :gutter="10"> | 77 | <el-row :gutter="10"> |
| 78 | <el-col :span="8"> | 78 | <el-col :span="8"> |
| 79 | <el-form-item label="宗地面积:"> | 79 | <el-form-item label="宗地面积:"> |
| 80 | <el-input disabled v-model="ruleForm.zdjbxx.zdmj"></el-input> | 80 | <el-input :disabled="!viewEdit" v-model="ruleForm.zdjbxx.zdmj"></el-input> |
| 81 | </el-form-item> | 81 | </el-form-item> |
| 82 | </el-col> | 82 | </el-col> |
| 83 | <el-col :span="8"> | 83 | <el-col :span="8"> | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-29 13:09:15 | 4 | * @LastEditTime: 2023-10-10 14:20:14 |
| 5 | */ | 5 | */ |
| 6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
| 7 | let vm = null | 7 | let vm = null |
| ... | @@ -96,9 +96,15 @@ class data extends filter { | ... | @@ -96,9 +96,15 @@ class data extends filter { |
| 96 | label: "取得价格", | 96 | label: "取得价格", |
| 97 | }, | 97 | }, |
| 98 | { | 98 | { |
| 99 | prop: "zl", | ||
| 100 | label: "坐落", | 99 | label: "坐落", |
| 101 | minWidth: '150' | 100 | minWidth: '150', |
| 101 | render: (h, scope) => { | ||
| 102 | return ( | ||
| 103 | <el-tooltip effect="dark" content={scope.row.zl} placement="top" popper-class="tooltip-width "> | ||
| 104 | <span class="ellipsis-table"> {scope.row.zl}</span> | ||
| 105 | </el-tooltip> | ||
| 106 | ) | ||
| 107 | } | ||
| 102 | }, | 108 | }, |
| 103 | { | 109 | { |
| 104 | label: '操作', | 110 | label: '操作', | ... | ... |
-
Please register or sign in to post a comment