Browse Source

改了一个颜色

ZaiZai 1 năm trước cách đây
mục cha
commit
2be947bd36
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      public/version.json
  2. 1 1
      src/views/custody/components/tab-reform.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240604105810"
+  "value": "20240613170146"
 }

+ 1 - 1
src/views/custody/components/tab-reform.vue

@@ -5,7 +5,7 @@
         </template>
         <HcTable ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading" is-new :index-style="{ width: 60 }">
             <template #sourceType="{ row }">
-                <span class="text-link" @click="tableRowName(row)">{{ row?.sourceType == 0 ? '巡检' : '验收' }}</span>
+                <span class="text-green">{{ row?.sourceType == 0 ? '巡检' : '验收' }}</span>
             </template>
             <template #fileName="{ row }">
                 <span class="text-link" @click="tableRowName(row)">{{ row?.fileName }}</span>