|
@@ -4,9 +4,13 @@
|
|
<el-form :inline="true">
|
|
<el-form :inline="true">
|
|
<el-form-item :label="user.timeType.customDegreeName + '管理'">
|
|
<el-form-item :label="user.timeType.customDegreeName + '管理'">
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <el-link type="primary" :underline="false" @click="intoCenterRatio" class="tanjia">批量导入{{user.timeType.customDegreeName}}</el-link>
|
|
|
|
|
|
+ <!-- <el-link type="primary" :underline="false" @click="intoCenterRatio" class="tanjia">批量导入{{user.timeType.customDegreeName}}</el-link>
|
|
<el-link icon="el-icon-circle-plus-outline" type="primary" :underline="false" class="tanjia" @click="addNewSubProject()">添加{{user.timeType.customDegreeName}}</el-link>
|
|
<el-link icon="el-icon-circle-plus-outline" type="primary" :underline="false" class="tanjia" @click="addNewSubProject()">添加{{user.timeType.customDegreeName}}</el-link>
|
|
- <el-link type="primary" :underline="false" @click="batchDelete" class="tanjia">批量删除{{user.timeType.customDegreeName}}</el-link>
|
|
|
|
|
|
+ <el-link type="primary" :underline="false" @click="batchDelete" class="tanjia">批量删除{{user.timeType.customDegreeName}}</el-link> -->
|
|
|
|
+ <el-link type="primary" :underline="false" @click="batchDelete" class="tanjia">批量删除</el-link>
|
|
|
|
+ <el-link type="primary" :underline="false" @click="intoCenterRatio" class="tanjia">批量导入</el-link>
|
|
|
|
+ <el-link icon="el-icon-circle-plus-outline" type="primary" :underline="false" class="tanjia" @click="addNewSubProject()">新增</el-link>
|
|
|
|
+
|
|
</el-form>
|
|
</el-form>
|
|
</el-col>
|
|
</el-col>
|
|
<el-table :data="subProjectList" highlight-current-row v-loading="listLoading" :height="heightDoms" style="width: 100%;" @selection-change="selectionChange">
|
|
<el-table :data="subProjectList" highlight-current-row v-loading="listLoading" :height="heightDoms" style="width: 100%;" @selection-change="selectionChange">
|