| | |
| | | <a-card |
| | | :loading="cardLoading" |
| | | :bordered="false" |
| | | title="工厂/车间/产线模型" |
| | | title="工厂/工区/工段模型" |
| | | style="height: 100%;" |
| | | > |
| | | <a-spin :spinning="loading"> |
| | |
| | | <a-input-search |
| | | @search="handleSearch" |
| | | style="width:100%;margin-top: 10px" |
| | | placeholder="检索工厂/车间/产线" |
| | | placeholder="检索工厂/工区/工段" |
| | | allowClear |
| | | v-model="searchInput" |
| | | @change="handleChange" |
| | |
| | | </Tooltip> |
| | | <Tooltip |
| | | placement="top" |
| | | title="车间" |
| | | title="工区" |
| | | > |
| | | <i |
| | | v-if="type == 2" |
| | |
| | | </Tooltip> |
| | | <Tooltip |
| | | placement="top" |
| | | title="产线" |
| | | title="工段" |
| | | > |
| | | <i |
| | | v-if="type == 3" |
| | |
| | | .ant-modal-cust-warp .ant-modal-content { |
| | | height: 90% !important; |
| | | overflow-y: hidden; |
| | | } |
| | | |
| | | #app .desktop { |
| | | height: auto !important; |
| | | } |
| | | |
| | | /** Button按钮间距 */ |