Sfoglia il codice sorgente

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
修改

1004749546@qq.com 4 anni fa
parent
commit
804e9e7870

+ 2 - 2
src/views/evaluation/evaluationItem/AddEvaIndexModal.vue

@@ -19,9 +19,9 @@
                 v-decorator="[
                   'formData.name',
                   { initialValue: formData.name,
-                    rules: [{ required: true, message: '请输入考评指标名称!' }] },
+                    rules: [{ required: true, message: '请输入考评指标名称128个字以内!' }] },
                 ]"
-                placeholder="请输入考评指标名称" />
+                placeholder="请输入考评指标名称128个字以内" />
             </a-form-item>
           </a-col>
         </a-row>

+ 3 - 3
src/views/evaluation/evaluationItem/AddEvaItemModal.vue

@@ -19,9 +19,9 @@
                 v-decorator="[
                   'formData.name',
                   { initialValue: formData.name,
-                    rules: [{ required: true, message: '请输入考评项目名称!' }] },
+                    rules: [{ required: true, message: '请输入考评项目名称128个字以内!' }] },
                 ]"
-                placeholder="请输入考评项目名称" />
+                placeholder="请输入考评项目名称128个字以内!" />
             </a-form-item>
           </a-col>
         </a-row>
@@ -39,7 +39,7 @@
                   'formData.desc',
                   { initialValue: formData.desc },
                 ]"
-                placeholder="请输入考评项目说明" />
+                placeholder="请输入考评项目说明500字以内" />
             </a-form-item>
           </a-col>
         </a-row>

+ 5 - 5
src/views/evaluation/evaluationItem/EvaluationItem.vue

@@ -103,24 +103,24 @@ export default {
       columns: [{
         title: '序号',
         dataIndex: 'no',
-        width: '40',
+        width: 60,
         align: 'center'
       },
       {
         title: '考评项目名称',
         dataIndex: 'name',
-		width: '200',
+        width: 200,
         align: 'center'
       },
       {
         title: '考评项目说明',
         dataIndex: 'desc',
-        width: '120',
+        width: 300,
         align: 'center'
       },
       {
         title: '状态',
-        width: '200',
+        width: 150,
         align: 'center',
         dataIndex: 'status',
         scopedSlots: {
@@ -129,7 +129,7 @@ export default {
       },
       {
         title: '操作',
-        width: '200',
+        width: 200,
         align: 'center',
         scopedSlots: {
           customRender: 'action'

+ 3 - 3
src/views/evaluation/evaluationItem/SetEvaItemModal.vue

@@ -80,18 +80,18 @@ export default {
       columns: [{
         title: '序号',
         dataIndex: 'no',
-        width: '40',
+        width: 60,
         align: 'center'
       },
       {
         title: '考评指标名称',
         dataIndex: 'name',
-        width: '200',
+        width: 200,
         align: 'center'
       },
       {
         title: '操作',
-        width: '200',
+        width: 150,
         align: 'center',
         scopedSlots: {
           customRender: 'action'

+ 3 - 3
src/views/evaluation/evaluationPlan/AddEvaModal.vue

@@ -13,9 +13,9 @@
                 v-decorator="[
                   'formData.name',
                   { initialValue: formData.name,
-                    rules: [{ required: true, message: '请输入考评方案名称!' }] },
+                    rules: [{ required: true, message: '请输入考评方案名称128个字以内!' }] },
                 ]"
-                placeholder="请输入考评方案名称" />
+                placeholder="请输入考评方案名称128个字以内" />
             </a-form-item>
           </a-col>
         </a-row>
@@ -53,7 +53,7 @@
                   'formData.desc',
                   { initialValue: formData.desc },
                 ]"
-                placeholder="请输入考评方案说明" />
+                placeholder="请输入考评方案说明500字以内" />
             </a-form-item>
           </a-col>
         </a-row>

+ 6 - 6
src/views/evaluation/evaluationPlan/EvaluationPlan.vue

@@ -112,30 +112,30 @@ export default {
       columns: [{
         title: '序号',
         dataIndex: 'no',
-        width: '40',
+        width: 60,
         align: 'center'
       },
       {
         title: '考评方案名称',
         dataIndex: 'name',
-		width: '200',
+		width: 200,
         align: 'center'
       },
       {
         title: '考评方案说明',
         dataIndex: 'desc',
-        width: '120',
+        width: 300,
         align: 'center'
       },
       {
         title: '适用模式',
-        width: '120',
+        width: 200,
         align: 'center',
         dataIndex: 'scopeTypeDictValue'
       },
       {
         title: '状态',
-        width: '250',
+        width: 150,
         align: 'center',
         dataIndex: 'status',
         scopedSlots: {
@@ -144,7 +144,7 @@ export default {
       },
       {
         title: '操作',
-        width: '200',
+        width: 200,
         align: 'center',
         scopedSlots: {
           customRender: 'action'

+ 5 - 5
src/views/evaluation/evaluationPlan/SetEvaModal.vue

@@ -166,18 +166,18 @@ export default {
       columns: [{
         title: '序号',
         dataIndex: 'no',
-        width: '40',
+        width: 60,
         align: 'center'
       },
       {
         title: '考评项目名称',
         dataIndex: 'assessItemName',
-		width: '200',
+		width: 200,
         align: 'center'
       },
       {
         title: '操作',
-        width: '200',
+        width: 200,
         align: 'center',
         scopedSlots: {
           customRender: 'action'
@@ -188,12 +188,12 @@ export default {
       itemColumns: [{
         title: '考评项目名称',
         dataIndex: 'name',
-		width: '200',
+		width: 200,
         align: 'center'
       },
       {
         title: '状态',
-        width: '200',
+        width: 100,
         dataIndex: 'status',
         align: 'center',
         scopedSlots: {