|
@ -1,17 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
<div> |
|
|
<el-card v-if="userType==='oper'" |
|
|
|
|
|
shadow="never" |
|
|
|
|
|
class="aui-card--fill"> |
|
|
|
|
|
<div class="mod-home"> |
|
|
|
|
|
<h3>{{ $t('home.desc.title') }}</h3> |
|
|
|
|
|
<ul> |
|
|
|
|
|
<li v-for="item in $t('home.desc.list')" |
|
|
|
|
|
:key="item" |
|
|
|
|
|
v-html="item"></li> |
|
|
|
|
|
</ul> |
|
|
|
|
|
</div> |
|
|
|
|
|
</el-card> |
|
|
|
|
|
|
|
|
|
|
|
<customer-info @changeCustomerName="changeCustomerName" |
|
|
<customer-info @changeCustomerName="changeCustomerName" |
|
|
v-if="userType==='work'"></customer-info> |
|
|
v-if="userType==='work'"></customer-info> |
|
|