| | |
| | | <el-table-column type="selection" align="center" width="55" /> |
| | | <el-table-column type="index" label="序号" align="center" width="70" /> |
| | | <el-table-column property="jobId" align="center" label="岗位" sortable /> |
| | | <el-table-column property="signDate" align="center" label="责任书签订日期" sortable /> |
| | | <el-table-column property="signDate" align="center" label="责任书签订日期" :formatter="timeDate" sortable /> |
| | | <el-table-column property="extraFile" align="center" label="附件" sortable /> |
| | | <el-table-column property="memo" label="备注信息" align="center" sortable show-overflow-tooltip /> |
| | | <el-table-column label="操作" align="center" style="width: 300px"> |
| | |
| | | </template> |
| | | <script lang="ts"> |
| | | import DailogAdd from './component/DailogAdd.vue'; |
| | | import {timeDate} from '/@/assets/index.ts' |
| | | import DailogSearch from './component/DailogSearch.vue'; |
| | | import { ref, toRefs, reactive, onMounted, defineComponent } from 'vue'; |
| | | import { ElMessageBox, ElMessage, ElButton, ElInput, TabsPaneContext, FormInstance } from 'element-plus'; |
| | |
| | | onDeleteAll, |
| | | openUser, |
| | | openSearch, |
| | | timeDate, |
| | | Plus, |
| | | Delete, |
| | | Upload, |