|
@@ -139,7 +139,10 @@ export default {
|
|
|
{
|
|
|
md: 12,
|
|
|
name: 'el-input',
|
|
|
- attributes: {},
|
|
|
+ attributes: {
|
|
|
+ 'show-word-limit': true,
|
|
|
+ maxlength: 100
|
|
|
+ },
|
|
|
formItemAttributes: {
|
|
|
label: '考核条例',
|
|
|
prop: 'projectReg',
|
|
@@ -149,7 +152,7 @@ export default {
|
|
|
{
|
|
|
md: 24,
|
|
|
name: 'el-input',
|
|
|
- attributes: { type: 'textarea', rows: 3 },
|
|
|
+ attributes: { type: 'textarea', rows: 3, 'show-word-limit': true, maxlength: 500 },
|
|
|
formItemAttributes: {
|
|
|
label: '考核规定',
|
|
|
prop: 'projectText',
|