소스 검색

合同工程清单

ZaiZai 1 년 전
부모
커밋
4f533c185a
3개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      src/views/project/debit/contract/check-list.vue
  2. 5 5
      src/views/project/debit/contract/components/check-list/info-table.vue
  3. 1 0
      vite.config.js

+ 1 - 1
src/views/project/debit/contract/check-list.vue

@@ -14,7 +14,7 @@
                 </template>
                 <div class="relative">
                     <infoTable />
-                    <HcTitle title="下级节点列表" />
+                    <el-divider border-style="dashed">下级节点列表</el-divider>
                     <hc-table :column="tableColumn" :datas="tableData" :loading="tableLoading" is-new :index-style="{ width: 60 }" />
                 </div>
             </hc-new-card>

+ 5 - 5
src/views/project/debit/contract/components/check-list/info-table.vue

@@ -2,11 +2,11 @@
     <hc-info-table>
         <tr>
             <hc-info-table-td center is-title width="120px">清单编号:</hc-info-table-td>
-            <hc-info-table-td width="auto">100章</hc-info-table-td>
-            <hc-info-table-td center is-title width="120px">支付项名称:</hc-info-table-td>
-            <hc-info-table-td width="auto">100章</hc-info-table-td>
-            <hc-info-table-td center is-title width="120px">支付项名称:</hc-info-table-td>
-            <hc-info-table-td width="auto">100章</hc-info-table-td>
+            <hc-info-table-td width="auto">-</hc-info-table-td>
+            <hc-info-table-td center is-title width="120px">清单名称:</hc-info-table-td>
+            <hc-info-table-td width="auto">-</hc-info-table-td>
+            <hc-info-table-td center is-title width="120px">是否增补清单:</hc-info-table-td>
+            <hc-info-table-td width="auto">-</hc-info-table-td>
         </tr>
         <tr>
             <hc-info-table-td center is-title width="120px">清单类型:</hc-info-table-td>

+ 1 - 0
vite.config.js

@@ -28,6 +28,7 @@ export default defineConfig({
         UnoCSS(),
     ],
     build: {
+        sourcemap: true,
         rollupOptions: {
             output: {
                 manualChunks(id) {