gaoluyang
5 天以前 ed7fc8a4e378ed8b8109055f9ef209b642837df6
src/views/collaborativeApproval/sealManagement/index.vue
@@ -335,7 +335,7 @@
  {
    id: 'SEAL001',
    title: '合同用印申请',
    applicant: '张三',
    applicant: '陈志强',
    department: '销售部',
    sealType: '合同专用章',
    applyTime: '2024-01-15 10:30:00',
@@ -345,7 +345,7 @@
  {
    id: 'SEAL002',
    title: '财务报告用印',
    applicant: '王五',
    applicant: '王建国',
    department: '财务部',
    sealType: '财务专用章',
    applyTime: '2024-01-14 14:20:00',
@@ -355,7 +355,7 @@
  {
    id: 'SEAL003',
    title: '公司章程用印',
    applicant: '孙七',
    applicant: '孙明华',
    department: '法务部',
    sealType: '公章',
    applyTime: '2024-01-13 09:15:00',
@@ -407,9 +407,9 @@
])
const readStatusList = ref([
  { employee: '张三', department: '销售部', readTime: '2024-01-11 10:30:00', confirmTime: '2024-01-11 10:35:00', status: 'confirmed' },
  { employee: '李四', department: '技术部', readTime: '2024-01-11 14:20:00', confirmTime: '', status: 'unconfirmed' },
  { employee: '王五', department: '财务部', readTime: '2024-01-12 09:15:00', confirmTime: '2024-01-12 09:20:00', status: 'confirmed' }
  { employee: '陈志强', department: '销售部', readTime: '2024-01-11 10:30:00', confirmTime: '2024-01-11 10:35:00', status: 'confirmed' },
  { employee: '刘雅婷', department: '技术部', readTime: '2024-01-11 14:20:00', confirmTime: '', status: 'unconfirmed' },
  { employee: '王建国', department: '财务部', readTime: '2024-01-12 09:15:00', confirmTime: '2024-01-12 09:20:00', status: 'confirmed' }
])
// 方法