소스 검색

feat:更新依赖列表

snow 1 개월 전
부모
커밋
8b3655f7d7
3개의 변경된 파일5097개의 추가작업 그리고 597개의 파일을 삭제
  1. 2 2
      package.json
  2. 5088 589
      pnpm-lock.yaml
  3. 7 6
      src/views/time/projectDepartment/components/detail.vue

+ 2 - 2
package.json

@@ -135,7 +135,7 @@
     "rimraf": "3.0.2",
     "rollup": "^2.70.1",
     "rollup-plugin-visualizer": "^5.6.0",
-    "sass": "^1.60.0",
+    "sass": "1.60.0",
     "stylelint": "^14.3.0",
     "stylelint-config-html": "^1.0.0",
     "stylelint-config-prettier": "^9.0.3",
@@ -155,4 +155,4 @@
   "repository": "git@github.com:xiaoxian521/采销365结算.git",
   "author": "xiaoxian521",
   "license": "MIT"
-}
+}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 5088 - 589
pnpm-lock.yaml


+ 7 - 6
src/views/time/projectDepartment/components/detail.vue

@@ -107,14 +107,15 @@ async function handleDeleteConfirmInfo() {
     <template #content_header>
       <div style="display: flex">
         <div style="
-              color: #000000;
-              font-size: 14px;
-              margin-right: 10px;
-              line-height: 26px;
-            ">
+            color: #000000;
+            font-size: 14px;
+            margin-right: 10px;
+            line-height: 26px;
+          ">
           当前状态:
           <span style="color: red">
-            {{ Number(confirmData.status) === 1 ? "已确认" : "未确认" }}</span>
+            {{ Number(confirmData.status) === 1 ? "已确认" : "未确认" }}
+          </span>
         </div>
         <div style="
               color: #000000;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.