|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2021-11-29 11:26:07
|
|
|
- * @LastEditTime: 2022-02-22 10:04:48
|
|
|
+ * @LastEditTime: 2022-02-22 13:45:21
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
* @Description:新增组织
|
|
|
* @FilePath: \Foshan4A2.0\src\views\authorityManagement\components\authorityPower.vue
|
|
@@ -32,19 +32,19 @@
|
|
|
</el-form-item>
|
|
|
<div class="top24">
|
|
|
<el-form-item label="1级编码">
|
|
|
- <el-input placeholder="请输入1级编码" maxlength="8" v-model="form.oneCode"></el-input>
|
|
|
+ <el-input placeholder="最多输入2个字符" maxlength="2" v-model="form.oneCode"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item class="twoCode" label="2级编码">
|
|
|
- <el-input placeholder="请输入2级编码" style="width: 202px" maxlength="8" v-model="form.twoCode"></el-input>
|
|
|
+ <el-input placeholder="最多输入3个字符" style="width: 202px" maxlength="3" v-model="form.twoCode"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="3级编码">
|
|
|
- <el-input placeholder="请输入3级编码" maxlength="8" v-model="form.threeCode"></el-input>
|
|
|
+ <el-input placeholder="最多输入8个字符" maxlength="8" v-model="form.threeCode"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="4级编码">
|
|
|
- <el-input placeholder="请输入4级编码" maxlength="8" v-model="form.fourCode"></el-input>
|
|
|
+ <el-input placeholder="最多输入2个字符" maxlength="2" v-model="form.fourCode"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="5级编码">
|
|
|
- <el-input placeholder="请输入5级编码" maxlength="8" v-model="form.fiveCode"></el-input>
|
|
|
+ <el-input placeholder="最多输入2个字符" maxlength="2" v-model="form.fiveCode"></el-input>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
</el-form>
|