ly 1 gadu atpakaļ
vecāks
revīzija
399b63d1d6

+ 1 - 1
src/views/business/deduction/index.vue

@@ -232,7 +232,7 @@
   </div>
 </template>
 
-<script setup name="Company">
+<script setup name="Deduction">
 import {
   listDeduction,
   exportDeposition,

+ 1 - 1
src/views/business/housingFund/confirm/index.vue

@@ -180,7 +180,7 @@
   </div>
 </template>
 
-<script setup>
+<script setup name="HousingFundConfirm">
   import useUserStore from "@/store/modules/user";
   import {
     listHousingFundConfirm,

+ 1 - 1
src/views/business/housingFund/declare/index.vue

@@ -359,7 +359,7 @@
   </div>
 </template>
 
-<script setup>
+<script setup name="HousingFundDeclare">
 import useUserStore from "@/store/modules/user";
 import {
   listHousingFundDeclare,

+ 1 - 1
src/views/business/production/IndividualIncomeTaxIs/index.vue

@@ -223,7 +223,7 @@
   </div>
 </template>
 
-<script setup name="Detail">
+<script setup name="IndividualIncomeTax">
   import {
     listDetail,
     delDetail,

+ 1 - 1
src/views/business/production/IndividualIncomeTaxIsZero/index.vue

@@ -223,7 +223,7 @@
   </div>
 </template>
 
-<script setup name="DetailZero">
+<script setup name="IndividualIncomeTaxIsZero">
   import {
     listDetail,
     delDetail,

+ 1 - 1
src/views/business/production/archiveTicket/index.vue

@@ -143,7 +143,7 @@
   </div>
 </template>
 
-<script setup name="Company">
+<script setup name="ArchiveReceiveTicket">
 import { listLableNoPage } from "@/api/business/lable"
 import { listArchiveTicket } from "@/api/business/production/archiveTicket";
 import { uploadFile } from "@/api/tool/file";

+ 1 - 1
src/views/business/production/financialReportTax/index.vue

@@ -222,7 +222,7 @@
   </div>
 </template>
 
-<script setup name="Tax">
+<script setup name="FinancialReportTax">
   import {
     selectMonths,
     selectStatus,

+ 1 - 1
src/views/business/production/financialReportTaxIsZero/index.vue

@@ -374,7 +374,7 @@
   </div>
 </template>
 
-<script setup name="Tax">
+<script setup name="FinancialReportTaxIsZero">
 import {
   selectMonths,
   selectStatus,

+ 1 - 1
src/views/business/production/keepAccount/index.vue

@@ -195,7 +195,7 @@
   </div>
 </template>
 
-<script setup name="Company">
+<script setup name="KeepAccount">
   import useUserStore from "@/store/modules/user";
   import { taxTypes } from "@/utils/default";
   import {

+ 1 - 1
src/views/business/production/onceWork/index.vue

@@ -199,7 +199,7 @@
   </div>
 </template>
 
-<script setup name="Company">
+<script setup name="OnceWork">
 
 
   import {

+ 1 - 1
src/views/business/production/productionCompany/index.vue

@@ -62,7 +62,7 @@
   </div>
 </template>
 
-<script setup name="Company">
+<script setup name="ProductionCompany">
 import {
   listProductionCompany,
   delCompany,demo

+ 1 - 1
src/views/business/production/receiveTicket/index.vue

@@ -247,7 +247,7 @@
   </div>
 </template>
 
-<script setup name="Company">
+<script setup name="Receive">
   import useUserStore from "@/store/modules/user";
 
   import {

+ 1 - 1
src/views/business/production/receiveTicketFeedback/index.vue

@@ -135,7 +135,7 @@ width="50"
   </div>
 </template>
 
-<script setup name="Company">
+<script setup name="ReceiveTicketFeedback">
   // import contractForm from "./form";
   import {
     listReceiveTicketFeedback,

+ 1 - 1
src/views/business/production/salary/index.vue

@@ -213,7 +213,7 @@
   </div>
 </template>
 
-<script setup name="Company">
+<script setup name="Salary">
   import useUserStore from "@/store/modules/user";
   import { taxTypes } from "@/utils/default";
   import { listSalary, exportSalary } from "@/api/business/production/salary";

+ 1 - 1
src/views/business/production/salaryZero/index.vue

@@ -202,7 +202,7 @@
   </div>
 </template>
 
-<script setup name="Company">
+<script setup name="SalaryZero">
   import useUserStore from "@/store/modules/user";
   import { taxTypes } from "@/utils/default";
   import { listSalary, exportSalary } from "@/api/business/production/salaryZero";

+ 1 - 1
src/views/business/socialSecurity/confirm/index.vue

@@ -178,7 +178,7 @@
   </div>
 </template>
 
-<script setup>
+<script setup name="SocialSecurityConfirm">
   import useUserStore from "@/store/modules/user";
   import {
     listSocialSecurityConfirm,

+ 1 - 1
src/views/business/socialSecurity/declare/index.vue

@@ -195,7 +195,7 @@
   </div>
 </template>
 
-<script setup>
+<script setup name="SocialSecurityDeclare">
   import useUserStore from "@/store/modules/user";
   import {
     listSocialSecurityDeclare,