|
@@ -28,12 +28,12 @@
|
|
<el-form-item>
|
|
<el-form-item>
|
|
<el-button @click="FetchList" type="danger">搜索</el-button>
|
|
<el-button @click="FetchList" type="danger">搜索</el-button>
|
|
<el-button @click="onReSet" type="primary">重置</el-button>
|
|
<el-button @click="onReSet" type="primary">重置</el-button>
|
|
- <!-- <el-button
|
|
|
|
|
|
+ <el-button
|
|
type="primary"
|
|
type="primary"
|
|
:disabled="!activeChiose.length"
|
|
:disabled="!activeChiose.length"
|
|
@click="deleteUser"
|
|
@click="deleteUser"
|
|
v-permission="'musicGroupPaymentCalenderDetail/batchDel'"
|
|
v-permission="'musicGroupPaymentCalenderDetail/batchDel'"
|
|
- >删除学员</el-button> -->
|
|
|
|
|
|
+ >删除学员</el-button>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
<el-table
|
|
<el-table
|
|
@@ -41,7 +41,7 @@
|
|
@selection-change="handleSelectionChange"
|
|
@selection-change="handleSelectionChange"
|
|
:header-cell-style="{ background: '#EDEEF0', color: '#444' }"
|
|
:header-cell-style="{ background: '#EDEEF0', color: '#444' }"
|
|
>
|
|
>
|
|
- <!-- <el-table-column type="selection" width="55"> </el-table-column> -->
|
|
|
|
|
|
+ <el-table-column type="selection" width="55"> </el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="center"
|
|
align="center"
|
|
prop="userId"
|
|
prop="userId"
|