Răsfoiți Sursa

合同工程清单

ZaiZai 1 an în urmă
părinte
comite
4f533c185a

+ 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) {