zhengpz
2021-08-27 27c0c8c3769d5725b201ed897ca1ec2ff27a4e86
src/views/securityCompany/computents/punish.vue
@@ -30,6 +30,7 @@
        searchShowBtn: false,
        addBtn: false,
        selection: true,
        border: true,
        menu: false,
        align: "center",
@@ -49,8 +50,8 @@
          {
            label: "处罚原因",
            prop: "punishreason",
            span: 24,
            labelWidth: 110,
            // width: 160,
            rules: [
              {
                required: true,
@@ -62,26 +63,29 @@
          {
            label: "处罚结果",
            prop: "punishresult",
            span: 24,
            // type: "textarea",
            // width: 160,
            labelWidth: 110,
          },
          {
            label: "处罚日期",
            prop: "punishtime",
            span: 24,
            type: "date",
            format: "yyyy-MM-dd",
            valueFormat: "yyyy-MM-dd",
            // type: "textarea",
            labelWidth: 110,
            width: 160,
          },
          {
            label: "处罚批准文号",
            label: "批准文号",
            prop: "punisnum",
            span: 24,
            // type: "textarea",
            // type: "date",
            // format: "yyyy-MM-dd",
            // valueFormat: "yyyy-MM-dd",
            // // type: "textarea",
            labelWidth: 110,
            // width: 160,
          },
        ],
      },