Soleilw пре 1 година
родитељ
комит
3361f60aa4
3 измењених фајлова са 156 додато и 154 уклоњено
  1. 151
    151
      dist/assets/index-Cf2vH2hh.js
  2. 1
    1
      dist/index.html
  3. 4
    2
      src/views/company/list/index.vue

dist/assets/index-Cf2vH2hh.js
Разлика између датотеке није приказан због своје велике величине
Прегледај датотеку


+ 1
- 1
dist/index.html Прегледај датотеку

@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>菊城人才市场后台管理</title>
<script type="module" crossorigin src="/assets/index-ChJPACeM.js"></script>
<script type="module" crossorigin src="/assets/index-Cf2vH2hh.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css">
</head>
<body>

+ 4
- 2
src/views/company/list/index.vue Прегледај датотеку

@@ -4,10 +4,12 @@
<a-c-table :data="commomParams.table.data" :columns="commomParams.table.columns" :pagination="commomParams.page"
@page="getPage" :loading="loading">
<template #photo_image="{ record }">
<a-image :src="imageprefix + record.photo"></a-image>
<image-container :need="true"
:imgObj="{src: imageprefix + record.photo, width:'48px',height: '48px', mode: 'fill'}"></image-container>
</template>
<template #license_image="{ record }">
<a-image :src="imageprefix + record.photo"></a-image>
<image-container :need="true"
:imgObj="{src: imageprefix + record.license_path, width:'48px',height: '48px', mode: 'fill'}"></image-container>
</template>
<template #default="{ record }">
<a-row :gutter="10">

Loading…
Откажи
Сачувај