标准拆分-标准号/名称修改字段
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user