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