Update index.vue
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
<el-table-column prop="code" label="کد پذیرش دایم" width="" align="center">
|
<el-table-column prop="code" label="کد پذیرش دائم" width="" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ scope.row.code || '-' }}</span>
|
<span>{{ scope.row.code || '-' }}</span>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user