标准拆分-标准号/名称修改字段

This commit is contained in:
zyn
2023-05-12 14:13:01 +08:00
parent 38cd45b114
commit b8fcbd4595
+2 -2
View File
@@ -55,7 +55,7 @@
align="center">
<template slot-scope="scope">
<a class="table-jump"
@click="handlePreview(scope.row)">{{ scope.row.showNumber }}</a>
@click="handlePreview(scope.row)">{{ scope.row.standNumSplit }}</a>
</template>
</el-table-column>
<el-table-column
@@ -66,7 +66,7 @@
align="center">
<template slot-scope="scope">
<a class="table-jump"
@click="handlePreview(scope.row)">{{ scope.row.standName }}</a>
@click="handlePreview(scope.row)">{{ scope.row.standNameSplit }}</a>
</template>
</el-table-column>
<el-table-column