| | |
| | | </el-col>
|
| | | </el-row>
|
| | | </el-form>
|
| | | <el-row style="margin: 10px;">
|
| | | </el-header>
|
| | | <el-main>
|
| | | <el-row style="margin-bottom: 10px;">
|
| | | <el-col :span="24">
|
| | | <el-button class="hr-but-all" type="danger" @click="dialogFormVisible = true">新建标签</el-button>
|
| | | <el-popconfirm title="是否删除标签?" @onConfirm="deldialogFormVisible = true">
|
| | |
| | |
|
| | | </el-col>
|
| | | </el-row>
|
| | | </el-header>
|
| | | <el-dialog title="附件管理" :visible.sync="dialogShowUploadfj" :fullscreen="true">
|
| | | <el-dialog title="附件管理" :visible.sync="dialogShowUploadfj" width="80%" class="fjgl-class" top="10px">
|
| | | <uploadfj v-if="dialogShowUploadfj" :rowitem="rowitem" @cancleChooseUser="cancleChooseUser()" />
|
| | | </el-dialog>
|
| | | <el-container>
|
| | | <el-main>
|
| | | <el-table ref="empAccessoryTable" :data="tableData" class="fj-table" style="width: 100%;height: 480px;color: #000;">
|
| | | <el-table ref="empAccessoryTable" :data="tableData" class="fj-table" style="width: 100%;color: #000;">
|
| | | <el-table-column
|
| | | type="selection"
|
| | | width="55"
|
| | |
| | | @pagination="search"
|
| | | />
|
| | | </el-main>
|
| | | </el-container>
|
| | | </el-container>
|
| | | </div>
|
| | | </template>
|
| | |
| | | },
|
| | | total: 0, // 总数量
|
| | | pagination: { // 分页参数
|
| | | size: 5,
|
| | | size: 10,
|
| | | num: 1
|
| | | },
|
| | | headerHeight: '70px',
|
| | | headerHeight: '20px',
|
| | | advancedQueryShow: false,
|
| | | dialogTableVisible: false,
|
| | | pickerOptions: {
|
| | |
| | | this.headerHeight = '70px'
|
| | | this.advancedQueryShow = false
|
| | | } else {
|
| | | this.headerHeight = '380px'
|
| | | this.headerHeight = '330px'
|
| | | this.advancedQueryShow = true
|
| | | }
|
| | | },
|
| | |
| | | <style lang="scss" scoped>
|
| | | .el-main {
|
| | | margin-top: 10px;
|
| | | height: 600px;
|
| | | }
|
| | | .el-input-number {
|
| | | width: 100%;
|
| | | }
|
| | | </style>
|
| | | <style lang="scss">
|
| | | .fjgl-class{
|
| | | height: 90%;
|
| | | overflow: auto;
|
| | | }
|
| | | .add-lable {
|
| | | text-align: initial;
|
| | | }
|