cxy
This commit is contained in:
@@ -64,7 +64,6 @@
|
||||
<el-input v-model="weight" style="width:150px" size="small" placeholder="重量">
|
||||
<el-button slot="append" icon="el-icon-cjn-09" @click="saveWeight"/>
|
||||
</el-input>
|
||||
<!--∮ ° # □ ∥ ± × Ⅰ Ⅱ Ⅲ ⊥ % ■ ∠ mm ◎ ○ δ μm / ◇ ()-->
|
||||
<!--<el-button style="margin-top: 20px;margin-left: 10px;" type="primary" size="small" @click="insertThestring()">计算重量</el-button>-->
|
||||
</el-col>
|
||||
|
||||
@@ -150,6 +149,29 @@
|
||||
<el-button :disabled="disabled" type="primary" size="small" icon="el-icon-tickets" @click="saveApprove">保存</el-button>
|
||||
</el-button-group>
|
||||
</el-row>
|
||||
<div style="margin-top: 5px;margin-bottom: 10px;display: inline-block"><span>符号:</span>
|
||||
<el-tag type="info">∮</el-tag>
|
||||
<el-tag type="info">°</el-tag>
|
||||
<el-tag type="info">#</el-tag>
|
||||
<el-tag type="info">□</el-tag>
|
||||
<el-tag type="info">±</el-tag>
|
||||
<el-tag type="info">×</el-tag>
|
||||
<el-tag type="info">Ⅰ</el-tag>
|
||||
<el-tag type="info">Ⅱ</el-tag>
|
||||
<el-tag type="info">Ⅲ</el-tag>
|
||||
<el-tag type="info">⊥</el-tag>
|
||||
<el-tag type="info">%</el-tag>
|
||||
<el-tag type="info">■</el-tag>
|
||||
<el-tag type="info">∠</el-tag>
|
||||
<el-tag type="info">mm</el-tag>
|
||||
<el-tag type="info">◎</el-tag>
|
||||
<el-tag type="info">○</el-tag>
|
||||
<el-tag type="info">δ</el-tag>
|
||||
<el-tag type="info">μm</el-tag>
|
||||
<el-tag type="info">/</el-tag>
|
||||
<el-tag type="info">◇</el-tag>
|
||||
<el-tag type="info">()</el-tag>
|
||||
</div>
|
||||
<el-table
|
||||
v-loading="loading0"
|
||||
:data="tableData"
|
||||
|
||||
Reference in New Issue
Block a user