| | |
| | | * @Author: Morpheus |
| | | * @Date: 2021-07-07 17:30:05 |
| | | * @Last Modified by: liu |
| | | * @Last Modified time: 2021-09-15 11:22:23 |
| | | * @Last Modified time: 2021-09-15 19:56:58 |
| | | * menu-name 监管信息 |
| | | */ |
| | | <template> |
| | |
| | | ], |
| | | }, |
| | | { |
| | | label: "处罚类型", |
| | | label: "监管类型", |
| | | prop: "punishtype", |
| | | type: "select", |
| | | labelWidth: 120, |
| | |
| | | width: 120, |
| | | }, |
| | | { |
| | | label: "处罚原因", |
| | | label: "原因", |
| | | prop: "punishreason", |
| | | // display: false, |
| | | labelWidth: 120, |
| | | width: 200, |
| | | }, |
| | | { |
| | | label: "处罚结果", |
| | | label: "结果", |
| | | prop: "punishresult", |
| | | // display: false, |
| | | width: 200, |
| | |
| | | overHidden: true, |
| | | }, |
| | | { |
| | | label: "处罚日期", |
| | | label: "日期", |
| | | prop: "punishtime", |
| | | type: "date", |
| | | format: "yyyy-MM-dd", |
| | |
| | | }, |
| | | |
| | | { |
| | | label: "处罚批准文号", |
| | | label: "批准文号", |
| | | prop: "punisnum", |
| | | labelWidth: 120, |
| | | // display: false, |