This commit is contained in:
yanran200730
2022-03-22 11:32:57 +08:00
parent 5364c2571a
commit d0bc1c1508
2 changed files with 2 additions and 3 deletions

View File

@@ -89,7 +89,7 @@
</ai-select>
</el-form-item>
<el-form-item label="事项" prop="ruleName">
<el-input placeholder="请输入…" v-model="dialogInfo.ruleName"></el-input>
<el-input placeholder="请输入…" maxlength="30" show-word-limit v-model="dialogInfo.ruleName"></el-input>
</el-form-item>
<el-form-item label="规则说明" prop="ruleDescription">
<el-input

View File

@@ -26,7 +26,7 @@
</el-form>
</ai-dialog>
<locate-dialog v-model="locate" :ins="instance" :latlng="latlng" @confirm="v=>handleLocate(selected,v)"/>
<ai-area custom-clicker :input-clicker="false" v-model="selected.areaId" :hideLevel="disabledLevel" :instance="instance" ref="BindArea"
<ai-area custom-clicker :input-clicker="false" v-model="selected.areaId" :instance="instance" ref="BindArea"
@change="handleSubmit(selected)"/>
</section>
</template>
@@ -81,7 +81,6 @@
created () {
this.selected.areaId = this.user.info.areaId
this.disabledLevel = this.user.info.areaList.length
},
methods: {