From 1bfcccaaecb51866d2422e2f081f47baaef6c3ed Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Fri, 1 Apr 2022 11:03:06 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=B1=E4=BF=A1=E8=A2=AB=E6=89=A7=E8=A1=8C?=
=?UTF-8?q?=E4=BA=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppAdministrativeLicense.vue | 42 +----
.../AppDishonestExecutee.vue | 57 +++++++
.../AppDishonestExecutee/components/Add.vue | 159 ++++++++++++++++++
.../AppDishonestExecutee/components/List.vue | 76 +++++++++
4 files changed, 298 insertions(+), 36 deletions(-)
create mode 100644 project/xiushan/apps/AppDishonestExecutee/AppDishonestExecutee.vue
create mode 100644 project/xiushan/apps/AppDishonestExecutee/components/Add.vue
create mode 100644 project/xiushan/apps/AppDishonestExecutee/components/List.vue
diff --git a/project/xiushan/apps/AppAdministrativeLicense/AppAdministrativeLicense.vue b/project/xiushan/apps/AppAdministrativeLicense/AppAdministrativeLicense.vue
index 81c68262..1b2df0e5 100644
--- a/project/xiushan/apps/AppAdministrativeLicense/AppAdministrativeLicense.vue
+++ b/project/xiushan/apps/AppAdministrativeLicense/AppAdministrativeLicense.vue
@@ -102,42 +102,12 @@ export default {
computed: {
colConfigs() {
return [
- {
- label: "许可文书号",
- prop: "position",
- align: "center",
- width: "260px",
- },
- {
- label: "许可有效期至",
- prop: "position",
- align: "center",
- width: "200px",
- },
- {
- label: "许可机关",
- prop: "position",
- align: "center",
- width: "200px",
- },
- {
- label: "许可对象",
- prop: "position",
- align: "center",
- width: "200px",
- },
- {
- label: "统一信用代码",
- prop: "position",
- align: "center",
- width: "200px",
- },
- {
- label: "更新时间",
- prop: "position",
- align: "center",
- width: "120px",
- },
+ { label: "许可文书号", prop: "position", align: "center", width: "260px",},
+ { label: "许可有效期至", prop: "position", align: "center", width: "200px",},
+ { label: "许可机关", prop: "position", align: "center", width: "200px",},
+ { label: "许可对象", prop: "position", align: "center", width: "200px",},
+ { label: "统一信用代码", prop: "position", align: "center", width: "200px",},
+ { label: "更新时间", prop: "position", align: "center", width: "120px",},
{ label: "操作人", prop: "position", align: "center", width: "150px" },
{ slot: "options" },
];
diff --git a/project/xiushan/apps/AppDishonestExecutee/AppDishonestExecutee.vue b/project/xiushan/apps/AppDishonestExecutee/AppDishonestExecutee.vue
new file mode 100644
index 00000000..5b407d10
--- /dev/null
+++ b/project/xiushan/apps/AppDishonestExecutee/AppDishonestExecutee.vue
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
diff --git a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue
new file mode 100644
index 00000000..252b5352
--- /dev/null
+++ b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project/xiushan/apps/AppDishonestExecutee/components/List.vue b/project/xiushan/apps/AppDishonestExecutee/components/List.vue
new file mode 100644
index 00000000..791328a3
--- /dev/null
+++ b/project/xiushan/apps/AppDishonestExecutee/components/List.vue
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+ 添加
+
+
+
+ 导入
+ 导出
+
+
+
+
+
+ 启用
+ 禁用
+ 详情
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file