update cnas file

This commit is contained in:
caoqianming 2020-09-29 09:20:43 +08:00
parent 7b8e6e7235
commit 1e85f59865
5 changed files with 11 additions and 11 deletions

View File

@ -51,4 +51,4 @@ export default {
}
}
}
</script>
</script>

View File

@ -52,6 +52,13 @@ export const constantRoutes = [
component: () => import('@/views/404'),
hidden: true
},
]
/**
* asyncRoutes
* the routes that need to be dynamically loaded based on user perms
*/
export const asyncRoutes = [
{
path: '/qualification',
component: Layout,
@ -86,13 +93,6 @@ export const constantRoutes = [
}
]
},
]
/**
* asyncRoutes
* the routes that need to be dynamically loaded based on user perms
*/
export const asyncRoutes = [
{
path: '/system',
component: Layout,

View File

@ -9,7 +9,7 @@ $menuHover:#263445;
$subMenuBg:#1f2d3d;
$subMenuHover:#001528;
$sideBarWidth: 210px;
$sideBarWidth: 230px;
// the :export directive is the magic sauce for webpack
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass

View File

@ -47,7 +47,7 @@
</div>
<div class="card-panel-description">
<div class="card-panel-text">
检验能力(总部+分子公司)-建设中
检验能力-建设中
</div>
<!-- <count-to :start-val="0" v-bind:end-val="ret.test_count" :duration="1600" class="card-panel-num" /> -->
</div>

View File

@ -238,7 +238,7 @@ def import_cnas(filename, path):
m = m - 1
data['bzmc'] = sheet['l'+str(i)].value
data['bzbh'] = sheet['n'+str(i)].value
data['bztk'] = sheet['q'+str(i)].value
data['bztk'] = sheet['p'+str(i)].value
data['sszx'] = sszx
# print(data)
datalist.append(CNAS(**data))