update cnas file
This commit is contained in:
parent
7b8e6e7235
commit
1e85f59865
|
@ -51,4 +51,4 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue