|
@@ -181,7 +181,7 @@
|
|
|
<!-- {{ scope.row.subjectFirstName }},{{ scope.row.subjectSecondName }} -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
align="center"
|
|
|
prop="isAllowAdjust"
|
|
|
label="是否服从调剂"
|
|
@@ -189,7 +189,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.isAllowAdjust ? "是" : "否" }}
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column align="center" prop="realName" label="乐器准备方式">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.kitPurchaseMethod | instrumentType }}
|