|
@@ -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>
|