| | |
| | | <el-col :span="24">
|
| | | <el-button class="hr-but-all" type="danger">新建标签</el-button>
|
| | | <el-button type="primary">删除标签</el-button>
|
| | | <el-button class="hr-but-all" type="danger">删除附件</el-button>
|
| | | <el-button class="hr-but-all" type="danger">下载</el-button>
|
| | | <el-popconfirm title="是否删除所选择的附件?">
|
| | | <el-button slot="reference" class="hr-but-all" type="danger" @click="delfj()">删除附件</el-button>
|
| | | </el-popconfirm>
|
| | | <el-button class="hr-but-all" type="danger" @click="downloadfj()">下载附件</el-button>
|
| | | <el-button class="hr-but-all" type="danger" @click="dialogShow()">附件管理</el-button>
|
| | | <el-dialog title="附件管理" :visible.sync="dialogShowUploadfj" :fullscreen="true">
|
| | | <uploadfj @cancleChooseUser="cancleChooseUser()" />
|
| | | </el-dialog>
|
| | | </el-col>
|
| | | </el-row>
|
| | | </el-header>
|
| | | <el-container>
|
| | | <el-main>
|
| | | <el-table :data="tableData" class="fj-table" style="width: 100%;height: 480px;color: #000;">
|
| | | <el-table-column
|
| | | type="selection"
|
| | | width="55"
|
| | | />
|
| | | <el-table-column label="操作" width="120">
|
| | | <template slot-scope="scope">
|
| | | <el-button
|
| | |
| | | },
|
| | | data() {
|
| | | return {
|
| | | dialogShowUploadfj: false,
|
| | | empName: '',
|
| | | queryform: {
|
| | | empNumb: '',
|
| | |
| | | this.fetch()
|
| | | },
|
| | | methods: {
|
| | | delfj() {
|
| | |
|
| | | },
|
| | | downloadfj() {
|
| | |
|
| | | },
|
| | | dialogShow() {
|
| | | this.dialogShowUploadfj = true
|
| | | },
|
| | | cancleChooseUser() {
|
| | | this.dialogShowUploadfj = false
|
| | | },
|
| | | skipuploadfj() {
|
| | | this.resolvePath('/uploadfj')
|
| | | },
|
| | | resetQueryform() {
|
| | | this.queryform = {
|
| | | empNumb: '',
|