loulijun2021
2023-01-04 0b1837e9b6d1ac8825e9c1acf6f0cd5b2b14a897
src/views/jcsz/zzjg.vue
@@ -53,6 +53,7 @@
        />
      </div>
      <div class="elTableDiv">
        <TableColumnSettings :list1="list1" />
        <el-table
          ref="tableDataRef"
          class="tableFixed"
@@ -140,7 +141,11 @@
            <template slot-scope="{row}">
              <div class="operationClass">
                <el-tooltip class="item" effect="dark" content="编辑" placement="top">
                  <i :style="{color:$store.state.settings.theme}" class="el-icon-edit-outline" @click="edit('edit',row)" />
                  <i
                    :style="{color:$store.state.settings.theme}"
                    class="el-icon-edit-outline"
                    @click="edit('edit',row)"
                  />
                </el-tooltip>
                <el-tooltip v-del-tab-index class="item" effect="dark" content="删除" placement="top">
                  <i :style="{color:$store.state.settings.theme}" class="el-icon-delete" @click="del(row.id)" />
@@ -232,13 +237,14 @@
import { AddUpdateOrganization, DeleteOrganization, OrganizationSearch, PrentOrganization } from '@/api/jcsz'
import { getCookie } from '@/utils/auth'
import { validateCode } from '@/utils/global'
import TableColumnSettings from '@/components/TableColumnSettings'
// const SER_HZ = /^[\u4e00-\u9fa5]+$/
// const SER_HZ = /^[a-zA-Z0-9_;,.<>() ]{0,}$/
export default {
  name: 'ZZJG',
  components: {
    Pagination
    Pagination, TableColumnSettings
  },
  data() {
    // const validateName = (rule, value, callback) => {
@@ -281,6 +287,14 @@
        { label: '车间', value: 'W' }
        // { label: '科室', value: 'K' },
        // { label: '生产线', value: 'L' }
      ],
      list1: [
        { name: '预计开工时间', id: 1 },
        { name: '楼李俊1', id: 2 },
        { name: '楼李俊2', id: 3 },
        { name: '楼李俊3', id: 4 },
        { name: '楼李俊4', id: 5 }
      ],
      total: 10,
@@ -610,7 +624,7 @@
//}
</style>
<style>
.osloading{
.osloading {
  font-size: 30px;
}