From 836b855a9ef11adfc3306628c2ca76cd5ea86150 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 16 Sep 2021 14:21:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory_ys
---
src/views/securityCompany/regulatoryInformation.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/securityCompany/regulatoryInformation.vue b/src/views/securityCompany/regulatoryInformation.vue
index b1f0c35..7d680af 100644
--- a/src/views/securityCompany/regulatoryInformation.vue
+++ b/src/views/securityCompany/regulatoryInformation.vue
@@ -2,7 +2,7 @@
* @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>
@@ -131,7 +131,7 @@
],
},
{
- label: "处罚类型",
+ label: "监管类型",
prop: "punishtype",
type: "select",
labelWidth: 120,
@@ -146,14 +146,14 @@
width: 120,
},
{
- label: "处罚原因",
+ label: "原因",
prop: "punishreason",
// display: false,
labelWidth: 120,
width: 200,
},
{
- label: "处罚结果",
+ label: "结果",
prop: "punishresult",
// display: false,
width: 200,
@@ -161,7 +161,7 @@
overHidden: true,
},
{
- label: "处罚日期",
+ label: "日期",
prop: "punishtime",
type: "date",
format: "yyyy-MM-dd",
@@ -178,7 +178,7 @@
},
{
- label: "处罚批准文号",
+ label: "批准文号",
prop: "punisnum",
labelWidth: 120,
// display: false,
--
Gitblit v1.9.3