This commit is contained in:
ky_gyt
2021-04-16 09:47:30 +00:00
parent 93f1ccd597
commit d8c36320a5

View File

@@ -52,13 +52,13 @@
</div> </div>
</Auth> </Auth>
</div> </div>
<span slot="visType" slot-scope="text, record"> <span slot="visType" slot-scope="text">
{{ visTypeFilter(text) }} {{ visTypeFilter(text) }}
</span> </span>
<span slot="success" slot-scope="text, record"> <span slot="success" slot-scope="text">
{{ successFilter(text) }} {{ successFilter(text) }}
</span> </span>
<span slot="action" slot-scope="text, record"> <span slot="action" slot-scope="text">
<yo-table-actions> <yo-table-actions>
<a @click="onOpen('details-Form', record)">详情</a> <a @click="onOpen('details-Form', record)">详情</a>
</yo-table-actions> </yo-table-actions>