ソースを参照

修改v-slot:table-tool=""

zhangwy 2 年 前
コミット
fce5d8d737

ファイルの差分が大きいため隠しています
+ 7085 - 1
package-lock.json


+ 16 - 0
src/router/menuMap/_system.ts

@@ -29,5 +29,21 @@ export const menus: Array<MenuRouteMap> = [
     path: "/server/roleManage",
     component: () => import("@/views/server/sysRole.vue"),
   },
+  {
+    path: "/server/busManage",
+    component: () => import("@/views/server/busManage.vue"),
+  },
+  {
+    path: "/server/users",
+    component: () => import("@/views/server/users.vue"),
+  },
+  {
+    path: "/server/AnalysisUsers",
+    component: () => import("@/views/server/AnalysisUsers.vue"),
+  },
+  {
+    path: "/server/govPage",
+    component: () => import("@/views/server/govPage.vue"),
+  },
 ]
 export default menus

+ 1 - 1
src/views/_component/_WarnNoProcess.vue

@@ -132,7 +132,7 @@ onMounted(init)
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称" v-if="props.type == 0 || props.type == 1">
           <el-input

+ 1 - 1
src/views/_component/_WarnProcessed.vue

@@ -186,7 +186,7 @@ onMounted(init)
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称" v-if="props.type == 0 || props.type == 1">
           <el-input

+ 1 - 1
src/views/_component/_WarnProcessing.vue

@@ -352,7 +352,7 @@ onMounted(init)
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称" v-if="props.type == 0 || props.type == 1">
           <el-input

+ 1 - 1
src/views/analysisInfo/_Overdue.vue

@@ -205,7 +205,7 @@ onMounted(init)
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称">
           <el-input class="" style="width: 180px" v-model="companyName" placeholder="请输入商户名称" :size="size" />

+ 1 - 1
src/views/analysisInfo/_WeekClean.vue

@@ -186,7 +186,7 @@ onMounted(init)
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称">
           <el-input class="" style="width: 180px" v-model="companyName" placeholder="请输入商户名称" :size="size" />

+ 1 - 1
src/views/analysisInfo/overdueCompany.vue

@@ -59,7 +59,7 @@ function detail(row: any) {
     :has-checkbox="false"
     :pagination="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <h2>{{ companyName }}</h2>
     </template>
 

+ 1 - 1
src/views/examApproval/appReview.vue

@@ -190,7 +190,7 @@ function onSave() {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称">
           <el-input class="" style="width: 180px" v-model="companyName" placeholder="请输入商户名称" :size="size" />

+ 1 - 1
src/views/examApproval/reptNotice.vue

@@ -131,7 +131,7 @@ function getDetail(row: any) {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称">
           <el-input class="" style="width: 180px" v-model="companyName" placeholder="请输入商户名称" :size="size" />

+ 1 - 1
src/views/goLineData/_ViewCompany_Alarm.vue

@@ -69,7 +69,7 @@ onMounted(() => {
     method="post"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="日期:">
           <el-date-picker

+ 1 - 1
src/views/goLineData/_ViewOrg.vue

@@ -249,7 +249,7 @@ onMounted(() => {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-0 align-items-center" label="超标商户列表"></el-form-item>
         <el-form-item class="mb-0 me-0 align-items-center">

+ 1 - 1
src/views/goLineData/timeData.vue

@@ -293,7 +293,7 @@ onMounted(() => {
     :fixed-right-number="1"
     :scroll="{ x: 2000 }"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称">
           <el-input class="" style="width: 180px" v-model="companyName" placeholder="请输入商户名称" :size="size" />

+ 1 - 1
src/views/overAnalysis/oveParamDetail.vue

@@ -130,7 +130,7 @@ onMounted(() => {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item label="超标类型" class="mb-0 me-5 align-items-center">
           <el-select v-model="orderType">

+ 1 - 1
src/views/overAnalysis/overMerchants.vue

@@ -212,7 +212,7 @@ onMounted(() => {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <DateRangeSelect
           v-model:date-value="dateValue"

+ 1 - 1
src/views/overAnalysis/overTime.vue

@@ -141,7 +141,7 @@ const detail = function (v: any) {
     :has-checkbox="false"
     checkbox-field="name_code"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true" label-width="90px">
         <DateRangeSelect
           v-model:date-value="dateValue"

+ 1 - 1
src/views/overAnalysis/overTimeDetail.vue

@@ -211,7 +211,7 @@ onMounted(init)
     :has-checkbox="false"
     @on-sort="onSort"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称">
           <el-input class="" style="width: 180px" v-model="companyName" placeholder="请输入商户名称" :size="size" />

+ 1 - 1
src/views/overAnalysis/overTimeDetail_Company.vue

@@ -174,7 +174,7 @@ onMounted(init)
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="类型">
           <DySelect

+ 1 - 1
src/views/purify/qxyw.vue

@@ -80,7 +80,7 @@ const detail = function (row: any) {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称">
           <el-input class="" style="width: 180px" v-model="companyName" placeholder="请输入商户名称" :size="size" />

+ 1 - 1
src/views/purify/qxyw_detail.vue

@@ -216,7 +216,7 @@ function onSave() {
         :query-params="queryParam2s"
         :has-checkbox="false"
       >
-        <template v-slot:table-tool="">
+        <template v-slot:table-tool>
           <el-form class="align-items-center" :inline="true">
             <el-form-item class="mb-0 me-0 align-items-center" label="日期">
               <el-date-picker

+ 1 - 1
src/views/purify/washInfo.vue

@@ -173,7 +173,7 @@ onMounted(init)
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称">
           <el-input class="" style="width: 180px" v-model="companyName" placeholder="请输入商户名称" :size="size" />

+ 1 - 1
src/views/purify/washInfo_company.vue

@@ -147,7 +147,7 @@ function reset() {
         :query-params="queryParam2s"
         :has-checkbox="false"
       >
-        <template v-slot:table-tool="">
+        <template v-slot:table-tool>
           <el-form class="align-items-center" :inline="true">
             <el-form-item class="mb-0 me-0 align-items-center" label="日期">
               <el-date-picker

+ 1 - 1
src/views/purify/washInfo_details.vue

@@ -139,7 +139,7 @@ function onSaveNotice() {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-0 align-items-center" label="日期">
           <el-date-picker

+ 0 - 0
src/views/server/sysDic.vue


+ 1 - 1
src/views/warn/abnormal.vue

@@ -78,7 +78,7 @@ function detail(row: any) {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="异常类型">
           <DySelect

+ 1 - 1
src/views/warn/abnormal_declare.vue

@@ -206,7 +206,7 @@ function onSave() {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center">
           <el-button class="ms-3 mt-0 btn btn-sm btn-primary" @click="add">新建申报</el-button>

+ 1 - 1
src/views/warn/warnList.vue

@@ -219,7 +219,7 @@ function onSave() {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="商户名称">
           <el-input

+ 1 - 1
src/views/workNotice/washNotice.vue

@@ -163,7 +163,7 @@ function onSave() {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="处理状态">
           <el-select v-model="state" :style="dySearchSelectStyle" placeholder="请选择处理状态" :size="size">

+ 1 - 1
src/views/workNotice/worryNotice.vue

@@ -130,7 +130,7 @@ function onSave() {
     :query-params="queryParams"
     :has-checkbox="false"
   >
-    <template v-slot:table-tool="">
+    <template v-slot:table-tool>
       <el-form class="align-items-center" :inline="true">
         <el-form-item class="mb-0 me-5 align-items-center" label="处理状态">
           <el-select v-model="state" :style="dySearchSelectStyle" placeholder="请选择处理状态" :size="size">

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません