@@ -333,6 +347,7 @@ function confirmDelete(docid: string) {
:key="col.name"
:props="props"
style="color: #000000; font-weight: 500"
+
>
{{
col.label
@@ -346,6 +361,7 @@ function confirmDelete(docid: string) {
v-for="col in props.cols"
:key="col.name"
:props="props"
+ @click="openDetial(props.row.id)"
>
{{ props.rowIndex + 1 }}
@@ -564,4 +580,11 @@ function confirmDelete(docid: string) {