n20-common-lib 3.0.34 → 3.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
prop="viewName"
|
|
96
96
|
:rules="[{ required: true, message: '请输入', trigger: 'blur' }]"
|
|
97
97
|
>
|
|
98
|
-
<el-input v-model="form.viewName" />
|
|
98
|
+
<el-input maxlength="30" show-word-limit v-model="form.viewName" />
|
|
99
99
|
</el-form-item>
|
|
100
100
|
</el-form>
|
|
101
101
|
<div slot="footer" class="flex-box flex-c flex-v page-button-shadow">
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
prop="viewName"
|
|
105
105
|
:rules="[{ required: true, message: '请输入', trigger: 'blur' }]"
|
|
106
106
|
>
|
|
107
|
-
<el-input v-model="form.viewName" />
|
|
107
|
+
<el-input maxlength="30" show-word-limit v-model="form.viewName" />
|
|
108
108
|
</el-form-item>
|
|
109
109
|
<div class="flex-box flex-lr flex-v">
|
|
110
110
|
<div>{{ $lc('数据范围') }}</div>
|