Commit fb69344e authored by zhangyanni's avatar zhangyanni

样式

parent 1a5b2cec
......@@ -99,7 +99,7 @@
>
<el-table-column
:label="$t('bigBusiness.listInfo.companyName')"
min-width="400"
min-width="350"
align="left"
header-align="left">
<template slot-scope="scope">
......@@ -146,7 +146,7 @@
:label="$t('bigBusiness.detailInfo.operation')"
align="center"
header-align="center"
min-width="150"
min-width="157"
>
<template slot-scope="scope">
<el-button plain type="primary" size="mini" @click="handleToRequire(scope.row)">{{$t("listjson.seeaction")}}</el-button>
......@@ -173,7 +173,7 @@
>
<el-table-column
:label="$t('litemlistjson.projectName')"
width="320"
min-width="307"
align="left"
header-align="left">
<template slot-scope="scope">
......@@ -186,7 +186,7 @@
</div>
</template>
</el-table-column>
<el-table-column width="200"
<el-table-column min-width="200"
:label="$t('releasejson.projectModelNo')"
header-align="center"
align="center"
......@@ -197,12 +197,13 @@
:label="$t('indexCount.addressBy')"
align="center"
header-align="center"
min-width="250"
>
<template slot-scope="scope">
<p>{{scope.row.local}}</p>
</template>
</el-table-column>
<el-table-column width="180"
<el-table-column min-width="200"
:label="$t('indexCount.productStage')"
align="center"
header-align="center"
......@@ -215,6 +216,7 @@
:label="$t('bigBusiness.detailInfo.operation')"
align="center"
header-align="center"
min-width="150"
>
<template slot-scope="scope">
<el-button plain type="warning" size="mini" @click="handleToProject(scope.row)">{{$t("listjson.seeaction")}}</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment